The Dink Network

Reply to Now hold out your fists, this won't hurt a bit...

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 12th 2003, 03:43 PM
pillbug.gif
In the d-mod I'm making, I'm trying to get rid of Dink's fists, but am a little confused at how to do it. Below is my attempt at making it work (with a few other commands). I know I'm doing something wrong, but what?

void kill_this_item(item-fst)
{
}

VOID MAIN(VOID)
{
freeze(1);
sp_nodraw(1, 0);
sp_speed(1, 1);
push_active(0);
sp_brain(1, 1);
sp_base_walk(1, 330);
sp_base_idle(1, 330);
}