- Messages
- 37
- Country
In the Actigate SDK, you wrote:
Thanks Again
-and-IFMSK lbl_end, usrvr5, 1
; code only to be displayed when condition is true
lbl_end label word
This check if the bit that corresponds with the value of 1 has been set. So for any value of usrvr5 where the value of 1 has been set will result in a positive result of the check.
So where do you actually place the BGLC code? Is it in the .asm file or _0.asm?Please note that CAT is not able to write the IFMSK command in your source code at the moment. So you will have to tweak the source code a little bit manually to be able to trigger your animation...
Thanks Again