| 
事情是這樣低..
x
加入我们,或者,欢迎回来。您需要 登录 才可以下载或查看,没有帐号?注册会员  
 
 $game_temp.reserve_common_event(4)$game_actors.fufu(@qa,@qb,@qc)  if $game_variables[20]
$game_temp.reserve_common_event(4) 
$game_actors.fufu(@qa,@qb,@qc)  if $game_variables[20] 
 本來想用公共事件$game_temp.reserve_common_event(4)弄選單,選確定或取消
 確定則執行$game_actors.fufu(@qa,@qb,@qc)
 
 可是才發現下一行$game_actors.fufu(@qa,@qb,@qc)  if $game_variables[20]不會等公共事件跑完才繼續...
 
 不知道有沒有辦法等事件跑完才繼續下一行呢?(除了函數分兩半,下半部在公共事件調用)
 
 
 |