Reply to Re: Im so embarrassed
If you don't have an account, just leave the password field blank.
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)
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)