Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
jsanner2

Error When Playtesting or Battle Testing

Question

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

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

have you made any changes to the Title scene, and if so, please post the script in its entirity.

Share this post


Link to post
Share on other sites
  • 0
have you made any changes to the Title scene, and if so, please post the script in its entirity.

 

 

I have not done anything to the title scene whatsoever. =\

 

I circumvented the problem by simply starting anew and copying my character and map data to a new Project while using a new script.

 

 

Thanks though!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...