Reply to Re: Help
If you don't have an account, just leave the password field blank.
But that doesn't mean you should just place the brackets where you please
Also, you should place the freeze commands only in the beginning and only unfreeze at the end, and not after a choice menu and in every option. That way it's easier to keep track of what happens when the player might press space to skip a conversation.
And.. I'm still a bit sleepy I see
That void talk(void) is the talk procedure of the sprite that the script's attached to. So if you go to the sprite you created, he won't talk because he doesn't have a script attached. If you want him to talk, you should attach a script to him and in that script, you should place talk, hit, etc

Also, you should place the freeze commands only in the beginning and only unfreeze at the end, and not after a choice menu and in every option. That way it's easier to keep track of what happens when the player might press space to skip a conversation.
And.. I'm still a bit sleepy I see

