class Scene_Battle alias start_for_switch_on start def start $game_switches[1] = true start_for_switch_on end alias terminate_for_switch_off terminate def terminate $game_switches[1] = false terminate_for_switch_off end end
KB.Driver 发表于 2019-1-24 00:27
class Scene_Battle
alias start_for_switch_on start
def start
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |