- Messages
- 10,158
- Country

Hey guys,
I have a question concerning switches. Lets say, I wish to write a string that says 'turn on this, and turn off that'. I have had a hard time grasping how one writes how a system is off or on. There appears to be no way of simply writing on or off aside from 'bool'.
I had toyed (tried) to use 'greater then' as a 'off' switch, thus (>A:AP_ATT_HOLD, bool) was my try at making at 'off switch'.
So... My question is, how can you define 'off'?
Lets say I wish to have VS turn off Alt Hold.
* Click Zone
* Turn off ALT if Alt is on
* Turn on Attitude Hold
! (or) (repeat?)
* Turn off Attitude Hold
I have no idea on the 'Egyptian' side of 'glyphics useage' on how one defines 'off' or even 'on' for that matter.
I guess my real issue is 'if' and the fancy brackets { } and how they are able to be used.
Also, in click zones, I see that most do not envolve using 'normal' brackets ( ) and so perhaps that is a wall I have been hitting also lately in trying to get things to illuminate on my AP panel.
I know, I could copy them and all, and I have looked around at everything, but I would like to know exactly how the on and off flags are written and why.
Many thanks for any enlightenment on the subject.
Bill
PS: Also, when would you 'not' write Repeat="Yes" in a click zone? Why wouldnt you always write it?
I know.. I am questioning the foundations of the virtual universe again.. why why why.... arrghh
I have a question concerning switches. Lets say, I wish to write a string that says 'turn on this, and turn off that'. I have had a hard time grasping how one writes how a system is off or on. There appears to be no way of simply writing on or off aside from 'bool'.
I had toyed (tried) to use 'greater then' as a 'off' switch, thus (>A:AP_ATT_HOLD, bool) was my try at making at 'off switch'.
So... My question is, how can you define 'off'?
Lets say I wish to have VS turn off Alt Hold.
* Click Zone
* Turn off ALT if Alt is on
* Turn on Attitude Hold
! (or) (repeat?)
* Turn off Attitude Hold
I have no idea on the 'Egyptian' side of 'glyphics useage' on how one defines 'off' or even 'on' for that matter.
I guess my real issue is 'if' and the fancy brackets { } and how they are able to be used.
Also, in click zones, I see that most do not envolve using 'normal' brackets ( ) and so perhaps that is a wall I have been hitting also lately in trying to get things to illuminate on my AP panel.
I know, I could copy them and all, and I have looked around at everything, but I would like to know exactly how the on and off flags are written and why.
Many thanks for any enlightenment on the subject.
Bill
PS: Also, when would you 'not' write Repeat="Yes" in a click zone? Why wouldnt you always write it?
I know.. I am questioning the foundations of the virtual universe again.. why why why.... arrghh
Last edited:

