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...
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.
Well it works now... thanks man!!