Reply to Re: sp_target() bug
If you don't have an account, just leave the password field blank.
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(¤t_sprite,&testspr);
int &difver = sp_target(¤t_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.
I tested it using this script:
void main(void)
{
int &testspr = create_sprite(544,50,0,421,2);
sp_target(¤t_sprite,&testspr);
int &difver = sp_target(¤t_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?
