[RMVX ACE] CONDITIONAL BRANCH HELP

Posts

Pages: 1
forgive me father, for I need help again. It has been 22 days since I last asked for help.

With the conditional branch, is there anyway of checking how many times a player has saved their game, so for example.

Conditional Branch: Script: Player has saved x times

Else

Branch End

Is it possible to check?
There's a 'save count' variable in game_system, apparently.
Try putting in $game_system.save_count
Marrend
Guardian of the Description Thread
21806
Can't you do this with event-commands?

*looks up*

Apparently, "Save Count" is of of the options under the "Game Data" category with the Control Variables event-command.


*Edit: Though, yeah, I guess you could use "$game_system.save_count == X" (or whatever) for the Conditional Branch (you'd use the script option in this case) and spare yourself a few steps!
SunflowerGames
The most beautiful user on RMN!
13323

I'm almost 95% sure there's an easy to use script for this.
Yanfly for one has a script for save files, in it I know it counts the number of saves.
I did not see that, I'm still kind of getting used to VX Ace, thank you for pointing that out. I was trying to figure out how to do new game plus rewards based on how many times the player saved, and I was racking my brains. If only I had looked, duh XD
Pages: 1