••Help!
What do i do if I want something to happend if an attribute is equal to "bla bla" for 2 seconds or more?
is it like this?
Timer
For 2 seconds
Rule
Attribute "sdpokasd" is equal to "bla bla"
and then the thing I want it to happend
is it like this?
Timer
For 2 seconds
Rule
Attribute "sdpokasd" is equal to "bla bla"
and then the thing I want it to happend
Comments
if attribute = ??
----timer for 2 seconds
-------do blah
-Rule:
When attribute is bla:
-Timer:
After 2 seconds:
-Rule (this double checks if the rule is still equal to the same after the 2 seconds)
When attrubute is bla:
Do what i wanted it to do.
Thanks anyway