Page 1 of 1

Variable > 9 <2

PostPosted: Fri Dec 15, 2006 5:47 pm
by Troodon
How can I make in script editor:
Code: Select all
If (variable between for example 9 and 2)
{
action
}

Thanks

PostPosted: Fri Dec 15, 2006 6:41 pm
by makslane
Code: Select all
if(variable >= 2 && variable <= 9)
{
   //Your action here
}

PostPosted: Fri Dec 15, 2006 7:50 pm
by Troodon
:shock: This is impossible. It's working! You helped me for 2nd time today!! :P :D :D :D Thanks!
There should be some kind of online chat/irc where GE people could talk direct with each other and ask direct questions.
:wink: 8)

PostPosted: Fri Dec 15, 2006 11:17 pm
by Game A Gogo
all you need to do is create a free channel, but doing a constant one, you need to pay.