RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Error - Please Help!

Started by strykr, April 02, 2006, 04:18:21 PM

0 Members and 2 Guests are viewing this topic.

strykr

I am getting this error saying

'Scene_Map'  NoMethodError
undefined method 'to_credits' for #<Game_Temp:0x461ed80>

and i added a new credits script from blizzard...
NovaSoft Games
---------------------
Twilight Galaxy (In Development)



Blizzard

Uhm, sorry for that. I simplyfied the code and forgot to kick out a comment... Delete this in Scene_Map:

if $game_temp.to_credits
     $scene = Scene_Credits.new
     return
   end


Now it should work fine.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.



Get DropBox, the best free file syncing service there is!

strykr

Well it works now... thanks man!!
NovaSoft Games
---------------------
Twilight Galaxy (In Development)