Search found 1 match
- Tuesday 19 January 2016 19:44
- Forum: Blockly
- Topic: blockly: user variable set for time, don't work?
- Replies: 8
- Views: 2847
Re: blockly: user variable set for time, don't work?
Indeed, I've also noticed that an event with only a user variable in the 'if' doesn't work. But you could probably add an AND with an additional condition that's always true, such as "time > 00:00". Then the event will run every minute. Of course that's not useful if you want to trigger immediately ...