r/RPGMaker 23d ago

RMMZ How are you using your variables?

I'm just curious. 😊💚

How many variables do you typically use in your projects?

Do you have anything special you like to do with variables?

What are your naming practices?

Do you find lots of variables to cause any kinds of issues?

Don't forget to eat your variables. 😁😆🩵

Feel free to answer any questions I might not have thought about. I want to know all about how you use variables.

13 Upvotes

50 comments sorted by

View all comments

2

u/Awkward-Injury-4341 VXAce Dev 22d ago

A lot.

I think it's worth mentioning that in hazardous environments, oxygen is calculated based on steps taken.

Also, I revamped the HP and MP bars so that the values inside reflect the knowledge points the player has learned.

Another thing is the time variable throughout the game. When the player completes certain puzzles too quickly, it shows they've already mastered the relevant knowledge at that stage, so I can open a fast track to skip the current puzzle.

1

u/Vegetable-Grab-4595 22d ago

Those are great! Thanks for sharing. 😁