The Dink Network

Reply to Re: sp_target() bug

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:
 
 
September 22nd 2005, 01:53 PM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Strange, I tested this and it doesn't seem to do this with me...

I tested it using this script:

void main(void)
{
int &testspr = create_sprite(544,50,0,421,2);
sp_target(&current_sprite,&testspr);
int &difver = sp_target(&current_sprite,-1);
say("&testspr &difver",1);
}

In my case Dink said 7 7. And when I looked at the bonca to wich this script was attached, it tried to attack the sprite I created.

Maybe it has to do with your version of Dink? I have version 1.07 installed.