variables

Started by Captain Keen, Sat 17/01/2004 12:33:22

Previous topic - Next topic

Captain Keen

Hello
How do you set a variable in one rooms so that it works in all rooms?

Ishmael

Either use GlobalInt's, or:

in the start of Global Script:

int variable;

and in the end of it:

export variable;

and in the Script Header:

import int variable;
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

Captain Keen

Thank you :Dit worked

SMF spam blocked by CleanTalk