class Game_Actor < Game_Battler attr_accessor :states def save_states(n) $game_variables[n] = [@states.clone, @states_turn.clone] end def load_states(n) @states = $game_variables[n][0].clone @states_turn = $game_variables[n][1].clone end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |