The Dink Network

Reply to Re: Talking

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:
 
 
May 7th 2005, 01:56 PM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Visions. Place the knight (and if needed, some blocking sprites) in a vision, like vision 1, and attach a script to the screen (press B) where you control the vision (&story <= 3 can be whatever you have):

void main(void)
{
if (&story <= 3)
{
&vision = 1;
}
}