So for my tenth variable, called "matchstick", I made an event where you got 22 match sticks. The amount of match sticks I get seems to be correct, I can light a candle 22 times, but whenever I make the game display the number of matchsticks I have left, it'll just say I have 10. This happens regardless of how many I have; if I have 9 it says 10, if I have 22 it says 10.
What's the problem here?
\v not displaying proper value?
● ARCHIVED · READ-ONLY
-
-
How did you type in the \V[n] in your message box?
Try typing in \V[10], assuming that ten is the variable number that you are talking about. -
Is it like this?
Code:\v[10] -
Wait, it needs to be with brackets? I'm pretty sure it worked before without.

Welp, that was embarrassing. Thanks folks. -
Yes, it won't work without the brackets.
Don't worry. There's nothing embarrassing about that. Everyone makes mistakes. ^^ -
All of the text escape codes uses the format \something[value] :)