The Dink Network

Reply to Re: Dieing Ducks and Pigs

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 26th 2004, 03:20 PM
slayer.gif
MadStalker
Peasant He/Him Finland
tag line 
Attach this script to a duck:

//Duck script

void main( void )
{
sp_brain(&current_sprite, 3);
sp_base_walk(&current_sprite, 20);
sp_speed(&current_sprite, 1);
sp_timing(&current_sprite, 33);
sp_hitpoints(&current_sprite, 1);
preload_seq(21);
preload_seq(23);
preload_seq(24);
preload_seq(26);
preload_seq(27);
preload_seq(29);
preload_seq(111);
preload_seq(113);
preload_seq(117);
preload_seq(119);
preload_seq(121);
preload_seq(121);
preload_seq(121);
preload_seq(121);
}

void die( void )
{
say("`%Quack!", &current_sprite);
int &hold = sp_editor_num(&current_sprite);
if (&hold != 0)
editor_type(&hold, 6);
}

Replace the "`%Quack!" with whatever you want.