Thread: Commands...
View Single Post
  #17  
Old 03-27-2002, 10:53 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Wish that in supported mutiple checks... Like


if var1,var2 in |start,end|

Oh and ont he topic of the special tag.

|| denotes lessthan/greaterthan or equalto
<> denotes greatherthan/less than

You can also mix and match

if (g in <3,7| )

would be true if variable G was greater than 7 and lessthan or equalto 7

And with that in also supports arrays

if(g in {2,3,4,5,6,7,8})
would be true if G was equal to any of the number in that aray. also works for variable arrays
if(g in this.array)
__________________

subliminal message: 1+1=3
Reply With Quote