The Dink Network

Reply to Re: Conversation Scripts

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 9th 2005, 07:08 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
void main(void)
{
if (&story == 1)
{
freeze(1)
say_stop("Story is 1, soon it'll be 2!", 1);
&story = 2;
unfreeze(1)
}
}

Attach that script to a sprite on a screen and it'll make Dink say that. The freeze commands prevent him from moving, the say_stop (as opposed to say) pauses the script and allows the player to use spacebar to skip and then &story = 2 sets &story to two.

Edit: redink1, fix the board for the next gen: when modifying a post with script in it, it places everything on one line.. happened to me a few times