The Dink Network

Reply to Re: Talking enemies questions

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:
 
 
May 24th 2003, 08:32 AM
old.gif
Example:

Enemy script:

void main(void)
{
freeze(1);
freeze(&current_sprite);
say_stop("Hey thanks man! You've killed milder!", 1);
say_stop("Now I will kill you!", &current_sprite);
unfreeze(1);
unfreeze(&current_sprite);
}