The Dink Network

Reply to Re: What's wrong with this script?

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 4th 2011, 09:10 AM
custom_msdink.png
MsDink
Peasant She/Her New Zealand
Tag - Umm.. tag, you're it? 
Test it with this if you wanna (it works in mine)

void talk(void)
{
   freeze(1);
   say_stop("Statue of Likeness",&current_sprite);
   say_stop("Gaze into my eyes...",&current_sprite);
   wait(600);   
   say_stop("Stoppitt... you are freaking me out!",&current_sprite);
   wait(300);
   unfreeze(1);
}


Take the waits out (mine is paced for a reason)

edit eww it pastes weird... fixed i hope