Page 1 of 1

If not...

PostPosted: Sun Dec 02, 2007 7:52 pm
by asmodeus
How cna I make an if script like that:
Code: Select all
If not(myvar==1) { my script }

So if my variable is not equal to 1, the scipt will be used.

Re: If not...

PostPosted: Sun Dec 02, 2007 8:09 pm
by G.o.D
Code: Select all
if (myvar!=1) { mycode }


is what you seek

Re: If not...

PostPosted: Sun Dec 02, 2007 8:12 pm
by asmodeus
Thanks! :D

Re: If not...

PostPosted: Sun Dec 02, 2007 8:14 pm
by Azou
I saw something,asmodeus: you like avatar who are "devil" :twisted:

Re: If not...

PostPosted: Mon Dec 03, 2007 5:31 pm
by Kalladdolf
i don't
whatever