\v not displaying proper value?

● ARCHIVED · READ-ONLY
Started by AchedTeacher 6 posts View original ↗
  1. 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?
  2. 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.
  3. Is it like this?

    Code:
    \v[10]
  4. Wait, it needs to be with brackets? I'm pretty sure it worked before without.



    Welp, that was embarrassing. Thanks folks.
  5. Yes, it won't work without the brackets.

    Don't worry. There's nothing embarrassing about that. Everyone makes mistakes. ^^
  6. All of the text escape codes uses the format \something[value] :)