Forum

Boolean Operators i...
 
Notifications
Clear all

Boolean Operators in Wait Statement

2 Posts
2 Users
0 Likes
2,976 Views
(@jeremyfxdwg)
New Member
Joined: 5 years ago
Posts: 2
Topic starter  

Is it possible to put boolean operators in a wait statement. I would like to pause the scrpit till one of to buttons are hit then take action depending on which button was hit. 

[loop]

wait (("Button 1" State == true) or ("Button 2" State == true))

// Do Something

goto loop


   
Quote
(@pbruno3)
Reputable Member Admin
Joined: 7 years ago
Posts: 343
 

You can use boolean operators but cannot 'or' them at this time.


   
ReplyQuote
Share: