The Dink Network

Reply to Re: Making a sprite dissapear later...

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:
 
 
August 25th 2011, 12:16 PM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
Use visions.

If you don't know how to use them, basically you give a screen a script. Then in the script, write:

void main(void)
{
if (&yourstuffhere > certain number here) //You can use == or < instead of the > too
&vision = your number here;
else
&vision = your number here;
}