class Game_Actor < Game_Battler def steps_for_turn return [$game_variables[2], 1].max endend
class Game_Actor < Game_Battler def steps_for_turn return [$game_variables[2], 1].max end end
三途亚梦 发表于 2015-5-15 16:41 默认是20步等于一回合。 ↓变量2或常量“1”其中值较大者。 class Game_Actor < Game_Battler