GlasWolf on 18/6/2006 at 15:26
Just for the record, you could also define a flag and set/query it in the scripts.
Blau on 18/6/2006 at 15:35
I dont know how to make that property work, when I go to select a flag it has a bunch of ACC_ and OQ_ things that dont seem to relate an objects properties, if you follow me.
GlasWolf on 18/6/2006 at 15:40
Oddly enough, that's exactly what I did first time. :cool: All you have to do is go into View menu -> Global Variables -> Flags and define the flag in there. Then when you go into the script editor your flag name will be in the list.
Blau on 18/6/2006 at 15:47
So I go into that menu and type 'bIsLocked' for example?
GlasWolf on 18/6/2006 at 15:59
Yes, in the flags dialog box just enter your flag name at the top and click Add. It will then be one of the entries in the list when you go to set or query the flag in the script actions or conditions.