- Joined
- Oct 23, 2019
- Messages
- 4
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMVXA
Hi everyone,
I'm currently in the early stages of my first serious game creation attempt with RPG Maker, so I haven't figured out a lot of the subtle functions or scripting mechanics yet. Given enough time I can probably figure everything out on their own but I have a function that a sizable portion of my game will end up being built around and I'd like to have it working earlier rather than later.
I'm trying to get a function implemented where when the player takes a step it pluses a specified var by specific increment, ideally only while on a specific map, in this case specifically mapID: 002.
I've tried trying the variables directly to game data "steps", but without a means to reset the steps counter this method hasn't given satisfactory results.
Any advice that anyone can give me?
I'm currently in the early stages of my first serious game creation attempt with RPG Maker, so I haven't figured out a lot of the subtle functions or scripting mechanics yet. Given enough time I can probably figure everything out on their own but I have a function that a sizable portion of my game will end up being built around and I'd like to have it working earlier rather than later.
I'm trying to get a function implemented where when the player takes a step it pluses a specified var by specific increment, ideally only while on a specific map, in this case specifically mapID: 002.
I've tried trying the variables directly to game data "steps", but without a means to reset the steps counter this method hasn't given satisfactory results.
Any advice that anyone can give me?


