Search found 1 match

by holiveira
19 Nov 2013 01:09
Forum: User Help / Bug Reports
Topic: Condition based on global variables
Replies: 1
Views: 6626

Condition based on global variables

Is there a way to use a global variable as a condition? I'm currently using a script where i test if a bolean global variable is true, and if not, i execute comand break and the flow stops... is there any other way to do this? I figured out that i can use the condition expression. But i think that a...