The Dink Network

Reply to Re: Help

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 4th 2005, 06:53 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
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