The Dink Network

Reply to Script question

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:
 
 
November 19th 2002, 01:52 PM
peasantmb.gif
Does someone can do something like this?:

void main (void)

{

int &var;

int &wiz;

&crap = 0;

if (&var == 0)

{

//cutscene

&var = 1;

}

}

I just don't wanna waste the 200 global limit with so short cutscenes...