| 
 
| 赞 | 295 |  
| VIP | 11 |  
| 好人卡 | 74 |  
| 积分 | 233 |  
| 经验 | 281171 |  
| 最后登录 | 2025-10-31 |  
| 在线时间 | 9470 小时 |  
 Lv5.捕梦者 (暗夜天使)   只有笨蛋才会看到 
	梦石1 星屑22289 在线时间9470 小时注册时间2012-6-19帖子7126  
 | 
| tan12345 发表于 2013-9-30 14:34 ![]() 公共事件不好判定使用者。
 另外,每回合重置v[]的脚本在哪个地方插入?
像普通脚本那样扔到main以上素材以下即可,如果有添加其他战斗脚本还有放到这些战斗脚本之下复制代码class Scene_Battle
  
  alias m5_process_action_end process_action_end
  def process_action_end
    m5_process_action_end
    $game_variables[17] = 0
    #在这里设置需要重置的变量
  end
  
end
 | 
 |