alexanderpas
Sponsor
well, seems that i didn't find the solution myself....
I'm trying to change the string dynamically...
this code gave a sysntax error...
anyone any toughts?
I'm trying to change the string dynamically...
this code gave a sysntax error...
Code:
if $game_system.save_disabled
# Change Save into Suspend
SDK::Scene_Commands::Scene_Menu::Save = 'Suspend Game'
end