Project1

标题: 让所有队员都离队 不指定具体角色ID 的代码如何写? [打印本页]

作者: ace69    时间: 2012-2-16 19:15
标题: 让所有队员都离队 不指定具体角色ID 的代码如何写?
让所有队员都离队 不指定具体角色ID 的代码如何写?
跪谢~dsu_plus_rewardpost_czw
作者: Wind2010    时间: 2012-2-17 16:56
  1. class Game_Party
  2.   def remove_all_actor
  3.     @actors = []
  4.     $game_player.refresh
  5.   end
  6. end
复制代码
事件里调用$game_party.remove_all_actor




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1