The Dink Network

Reply to Re: Visions problem: Begone, I don't believe in you!

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:
 
 
October 7th 2011, 03:38 AM
custom_msdink.png
MsDink
Peasant She/Her New Zealand
Tag - Umm.. tag, you're it? 
You have to add a script to the screen as well. All your 'seen all the time' sprites are set on 0 all the others on your other vision(s) 1 2 whatever

void main(void)
{

if(&story < #)
{
&vision = 1;
}

if(&story > #)
{
&vision = 0;
}

}


# = what number your story is up to

Well something like that (((hugs Pilly oh great teacher)))

Edit: Robj you are a ninja!!