The Dink Network

Reply to Re: Maybe if you type real slow I will understand

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:
 
 
July 13th 2004, 03:20 AM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
Heh,I was going to suggest using say_stop and wait(250), but Simeon beat me to it!
After a say_stop, a wait(whatevernumber) isn't required, but will just makes the conversation flow a little bit better. Try experimenting, with a...

say_stop("Hello Tree.", 1);
wait(250);
say_stop("`3Tree? I'm a freakin' rock Godammit!!", &current_sprite);
wait(250);
say_stop("Really? My bad...", 1);


...script and a...

say_stop("Hello Tree.", 1);
say_stop("`3Tree? I'm a freakin' rock Godammit!!", &current_sprite);
say_stop("Really? My bad...", 1);


...script. I think you will find the first one is just "nicer".