Editing Event Reference
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 76: | Line 76: | ||
Let's say you want to block the access during the night: | Let's say you want to block the access during the night: | ||
* <code>not variable_set stage_of_day:night</code> | * <code>not variable_set stage_of_day:night</code> | ||
while if you want to | while if you want to grand the access only during the night: | ||
* <code>is variable_set stage_of_day:night</code> | * <code>is variable_set stage_of_day:night</code> | ||