OK I've done some changing on some scripts and added some too all for to make a Scene_Menu for the battle system
anyway everthing in the menu is woking fine no I mean PERFECT but when I go back the battle the start from the beginning I know the problem is in this code ( $scene = Scene_Battle.new ) but what should I add to make continue
so please help.
This is the part I'm having problem with
NOTE: I know nothing about scripts so don't curse me coz I don't know what to write
anyway everthing in the menu is woking fine no I mean PERFECT but when I go back the battle the start from the beginning I know the problem is in this code ( $scene = Scene_Battle.new ) but what should I add to make continue
so please help.
This is the part I'm having problem with
Code:
# If B button was pressed
if Input.trigger?(Input::B)
# Play cancel SE
$game_system.se_play($data_system.cancel_se)
# Switch to Battle screen
######################################################
$scene = Scene_Battle.new
#####################################################
return
NOTE: I know nothing about scripts so don't curse me coz I don't know what to write