PureBytes Links
Trading Reference Links
|
If Flag1 then Alert ("Your zipper is down") else
If Flag2 and Flag1=false then Alert ("Your zipper is caught") else
If Flag3 and Flag1=false and Flage2=false then Alert ("You need to go to
Emergency");
Have you tried it like this to see what happens? Even on ticks where multiple
Flags are true, it should give the priorty to the earliest hit flag.
|