Need a way to compare 2 subjects with the if statement xml tags.
<bind_state_if_gt state="checked" ref_value="selected_max-value" <-- This has to be an int, but the value I have changes, so I need a subject to hold the int. subject="value" />
I guess this is workaroundable by writing my own code event, but this seems like it could be done right in the xml.
Need a way to compare 2 subjects with the if statement xml tags.
<bind_state_if_gt state="checked" ref_value="selected_max-value" <-- This has to be an int, but the value I have changes, so I need a subject to hold the int. subject="value" />I guess this is workaroundable by writing my own code event, but this seems like it could be done right in the xml.