[RMXP] HOW DO I DISPLATY CERTAIN NUMBER VALUES IN TEXT WINDOWS?
Posts
Pages:
1
Can I show number values of Stats and number value of Variables in a Text Window?
For example, say I want an NPC to mention how strong someone is and they litteraly say the STR stat in the Text window.
For another example, say I want to make a mini game with a score system and the score is counted with a variable. I might want that variable score number to be shown in a text window to the player at the end of the mini game to show them the score.
For example, say I want an NPC to mention how strong someone is and they litteraly say the STR stat in the Text window.
For another example, say I want to make a mini game with a score system and the score is counted with a variable. I might want that variable score number to be shown in a text window to the player at the end of the mini game to show them the score.
Using no scripting whatsoever, I think you should be able to put the value into a game-variable, and then use the "\v[x]" escape character in the message box. That escape character automatically replaces the text "\v[x]" with the value of the game-variable in position x.
*Edit: I'm looking at Ace's Control variables screen, so it might work/look differently on XP. However, the options to select could be listed under Game Data -> Actor -> ATK.
*Edit: I'm looking at Ace's Control variables screen, so it might work/look differently on XP. However, the options to select could be listed under Game Data -> Actor -> ATK.
Pages:
1














