Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Call a value in text?

  • #1, by ygmantell 9 years ago Zitieren
    Is there any way to call a value in text?

    Like in any of the display text action parts I want to be able to say something like:
    "You owe me $[Value]!" -- for example
    Or something like that...

    Like, in RPG maker (for example) I can use a message code to do that.

    Thanks so much!
  • #2, by sebastian 9 years ago Zitieren
    You owe me <v=value>! --displays the value of said value
    You owe me <vs=value>! --displays the value string of said value

    smile 

  • #3, by ygmantell 9 years ago Zitieren
    Awesome, thanks!

    EDIT:  -1 is undefined, right?
    Thanks!
  • #4, by sebastian 9 years ago Zitieren
    Awesome, thanks!

    EDIT:  -1 is undefined, right?
    Thanks!

    "-1" is "-1" wink
  • #5, by sebastian 9 years ago Zitieren
    Awesome, thanks!

    EDIT:  -1 is undefined, right?
    Thanks!

    "-1" is "-1" wink
  • #6, by ygmantell 9 years ago Zitieren
    Yeah, thought so (In other parts of VS it's undefined)

    Sorry, got confused!

    Thanks!