Home   Help Search Login Register  

Author Topic: Controling Tail Rotar hit  (Read 1337 times)

0 Members and 1 Guest are viewing this topic.

Grendel

  • Guest
Re:Controling Tail Rotar hit
« Reply #15 on: 08 May 2004, 23:58:58 »
My cpu is currently on the fritz, so I can't be of any real help at the moment...

What failed in particular?

-Grendel

DBR_ONIX

  • Guest
Re:Controling Tail Rotar hit
« Reply #16 on: 09 May 2004, 17:38:25 »
Me :P
Nah, more just being able to enable/disable it
I can manage, I think, what is the corected version of this :
Code: [Select]
?(!screwcontrols == "true"): GOTO "Start"

I'll have another try tonight
- Ben

Grendel

  • Guest
Re:Controling Tail Rotar hit
« Reply #17 on: 10 May 2004, 17:55:52 »
Code: [Select]
?(screwcontrols): GOTO "Start"
Should work if you want the loop to run if the global variable "screwcontrols" is true.

the "!" means "not" so you would only use it if you wanted to check if "screwcontrols" is false:

Code: [Select]
?!(screwcontrols): goto "whatever"
-Grendel

DBR_ONIX

  • Guest
Re:Controling Tail Rotar hit
« Reply #18 on: 10 May 2004, 18:16:01 »
Thanks
I just guess that line (Didn't have the script open at the time)
I was kinda busy lastnight (Out), so will try tonight ::)
- Ben