04-07-2010, 08:55 PM
Another attempt with scripts in this order :
- Tanketai Sideview Battle Script
- Raziel's Battle Report script
- the following fix :
- Add-On: Atoa's Active Time Battle
- Main
Didn't crash...
- Tanketai Sideview Battle Script
- Raziel's Battle Report script
- the following fix :
Code:
#==============================================================================
# ** Scene_Battle
#==============================================================================
class Scene_Battle
#--------------------------------------------------------------------------
# * Frame Update (after battle phase)
#--------------------------------------------------------------------------
def update_phase5
remove_bars
if @phase5_wait_count > 0
@phase5_wait_count -= 1
if @phase5_wait_count == 0
$game_temp.battle_main_phase = false
end
return
end
if !@lvup_window.nil? then battle_end(0) end
end
end
- Main
Didn't crash...
Some scripts :
Working on :