Help - Search - Members - Calendar
Full Version: State the amount of a variable?
RPG RPG Revolution Forums > Game Engines > RPG Maker XP Discussion
JMAP
Is there a way to (in the text box) display the amount of a variable? I've worked out a system where I'm using various variables as levels for certain skills and I'd like to be able to. For example I want to be able to type out "Your fishing level is ___" and have the blank be whatever I set the variable to at the time. Thanks.
Amy Pond
In a message:

\v[1]

Where "1" is the number of the variable.

For example, "Hello, your fishing level is \v[1]."




In a script string:

"string string string #{$game_variables[1]} string string"

Where "1" is the number of the variable.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.