Show value from file

  • #1, by petertermanhansenTuesday, 10. August 2021, 17:43 2 years ago
    Hi
    I need my character to say somthing that is read from a file. But how do I display vars as text?
    If a var is defined as local in the defintion script, it is not possible to get it later in the game?

    Can you help?

    Regards Peter

    Newbie

    81 Posts


  • #2, by afrlmeTuesday, 10. August 2021, 21:33 2 years ago
    You could store the text inside the .String table belonging to a value.

    Values["example"].String = var


    You can display numbers or strings belonging to values inside of display texts, display narration texts, & display object texts.

    https://wiki.visionaire-tracker.net/wiki/Displayed_Text

    Imperator

    7278 Posts

  • #3, by petertermanhansenWednesday, 11. August 2021, 08:19 2 years ago
    Thanks. It works.
    This is a very helpfull forum.
    Regards

    Newbie

    81 Posts