Hello all,
Whenever I attempt to playtest my game or try a test battle, I receive this error:
For playtesting:
Script 'Scene_Title' line 118 NameError occurred.
uninitialized constant Scene_Title::Game_Temp
For battle test:
Script 'Scene_Title' line 193 NameError occurred.
uninitialized constant Scene_Title::Game_Temp
Line 118 and line 193 appear to be identical:
$game_temp = Game_Temp.new
And both follow:
# Make each game object
I apologize if this has been resolved in the past, but I did not see anything similar after a quick search, and my knowledge of scripts is pretty lacking.
Thanks for any help,
-James