以下引用鸟神乌鸦于2008-11-17 12:22:01的发言:
for actor in $game_party.actors[4,7]
if not actor.state?(33)
actor.add_state(33)
end
end
for actor in $game_party.actors[0,3]
if actor.state?(33)
actor.remove_state(33)
end
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |