| 
 
| 赞 | 0 |  
| VIP | 0 |  
| 好人卡 | 0 |  
| 积分 | 1 |  
| 经验 | 7697 |  
| 最后登录 | 2021-6-18 |  
| 在线时间 | 183 小时 |  
 Lv1.梦旅人 
	梦石0 星屑55 在线时间183 小时注册时间2013-5-28帖子71 | 
| 
请问,这个该怎么解决,错在哪里
x
加入我们,或者,欢迎回来。您需要 登录 才可以下载或查看,没有帐号?注册会员  # ● 整队“确定”
 #--------------------------------------------------------------------------
 def on_formation_ok
 if @status_window.pending_index >= 0
 $game_party.swap_order(@status_window.index,
 @status_window.pending_index)
 @status_window.pending_index = -1
 @status_window.redraw_item(@status_window.index)
 else
 @status_window.pending_index = @status_window.index
 end
 @status_window.activate
 end
 
 | 
 |