xgamexfreakx
Member
I've seen topics like this before, but the ones I've seen don't have quite what I need. I've been playing around in Scene_Title trying to get a new command in the title menu. I have had partial success. I need it so that when you select the command New Game, it bring's up two more options, Easy and Hard. I am using the ADB system and I want it so that the user can select which type of system to use, Passive or Active.
The codes are as following:
for easy
and
for hard.
Help in this would be very greatly appreciated!
The codes are as following:
Code:
$game_system.ffxii_config.active = false
and
Code:
$game_system.ffxii_config.active = true
Help in this would be very greatly appreciated!