The Dink Network

Reply to Re: Im so embarrassed

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:
 
 
March 31st 2007, 12:09 AM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
In MAIN.c put something like

make_global_int("<name of variable>", 0);
where <name of varialbe> is someting like &la or &dude

then in a script you put...

if (&la == 0)
{
put all your talking and stuff here
at end put

&la = 1;
goto done;
}

if (&la == 1)
{
put your stuff

&la = 2;
goto done;
}
done:

keep on doing that all you want keep goind if (&la == blahblah)

&la = 1; blahblah

There you go Logan. And it's not that you're bad with words. It's just that you're a complete Gumbie!

(I'm allowed to say that 'cos he's my friend from school)