Project1

标题: 关于胜利音乐 [打印本页]

作者: destinyNX    时间: 2009-4-7 07:44
提示: 作者被禁止或删除 内容自动屏蔽
作者: asperta    时间: 2009-4-7 08:13
  1. class Scene_Battle
  2.   def battle_end(result)
  3.     $game_temp.common_event_id =1
  4.     # 清除战斗中标志
  5.     $game_temp.in_battle = false
  6.     # 清除全体同伴的行动
  7.     $game_party.clear_actions
  8.     # 解除战斗用状态
  9.     for actor in $game_party.actors
  10.       actor.remove_states_battle
  11.     end
  12.     # 清除敌人
  13.     $game_troop.enemies.clear
  14.     # 调用战斗返回调用
  15.     if $game_temp.battle_proc != nil
  16.       $game_temp.battle_proc.call(result)
  17.       $game_temp.battle_proc = nil
  18.     end
  19.     Audio.me_stop
  20.     # 切换到地图画面
  21.     $scene = Scene_Map.new
  22.   end
  23. end  
复制代码
[LINE]1,#dddddd[/LINE]系统信息:本贴由本区版主认可为正确答案,66RPG感谢您的热情解答~




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