Reply to Re: Dink can't calculate
If you don't have an account, just leave the password field blank.
This is weird. I did my routine for another variable (also global), and it worked.
Also, the script I included is called by another script in this way:
&crap = create_sprite(1,1,1,1,1);
//Yeah whatever...
sp_script(&crap, "lifhun");
The script that does this is spawned, and so survives screen changes. I made a loop, so that with a screenchange it will execute the create_sprite(); and the sp_script();
Now the funny thing is: After a few screenchanges, the numbers act like they should! They display the correct value of &life, any tips on this one?
Just say so if you get bored of my questions
Also, the script I included is called by another script in this way:
&crap = create_sprite(1,1,1,1,1);
//Yeah whatever...
sp_script(&crap, "lifhun");
The script that does this is spawned, and so survives screen changes. I made a loop, so that with a screenchange it will execute the create_sprite(); and the sp_script();
Now the funny thing is: After a few screenchanges, the numbers act like they should! They display the correct value of &life, any tips on this one?
Just say so if you get bored of my questions
