posted 09-04- 08:46 PM CT (US) I need to know how to make it so after i'm done talking to this one lady in my game that it takes me back to the main SCREEN!
Gerben
posted 09-05- 04:50 AM CT (US)
You mean the title screen or the main game screen?
To go back to the main game just enter return; at the end of the script. This stops the script and returns Dink to what he was doing.
If you want to go back to the title screen. Try to find the script that describes the options when you hit escape in the main game. Now copy the script under restart and you should be there.