I need a script that will have a third option no the main menue called Credits and when you click on the credits it shows like the creator heplers ext..
I wish I knew some scripting, its not very hard but I don't know how to call certain things...
Anyway, check the Scene_Title part in the scripts editor, it works just like a menu. So it says like s1 = "New Game" s2 = "Continue" etc. Add a s4 = "Credits"
Then go down to line about 100, and see it says
when 0
command_new_game
when 1
command_continue
add a
when 3
#call event here
Now that #call event here would be where it teleports you to a map or something...But I don't know how to call events in a script like that. (or draw text or anything)
This probably doesnt help much :P but it might get you started
i will try this and i will tell you if it works