Door Is Open
Added in v2.0.1.
Description
True when a named door is open in a room. If room is set it names the room by template; otherwise the target's current room is used. The door name is an exact, case sensitive match. Returns false when door is empty.
Procedural only.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
door |
d |
Exact name of the door to check. Required. | (empty) |
room |
r |
Room name (the room's rooms/<name>.yml entry) containing the door, case insensitive. When empty, the target's current room is used. |
(empty) |
Examples
NorthGateOpen:
Conditions:
- doorisopen{door=north;room=arena} true
Passes when the door named
northin thearenaroom is open.
Aliases
-
disopen