[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?
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?
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!
*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!
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.
Pages:
1
















