The Dink Network

Reply to Re: Ultimate Dink Cheataz

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 22nd 2003, 09:33 PM
anon.gif
Weirdo
Ghost They/Them
 
I can't find an editing button, so I'll say here that maybe you can add the first feature by attaching a script directly to Dink himself, if that's possible. Possibly, (I'm not sure if I'm using the &enemy... correctly)

VOID MAIN(VOID)
{
if (&enemy_target == ¤t_sprite)
{
sp_target(&enemy_sprite, -1);
}
}

That probably won't work, since I have no idea if those are actual commands. Maybe you could also attach:

VOID MAIN(VOID)
{
no_hit(¤t_sprite, 1);
}

to make it so nothing can touch Dink.