The Dink Network

Reply to Re: Dink can't calculate

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:
 
 
January 4th 2004, 08:44 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
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