Skip to main content

LOCKED

[[LOCKED]]

This action indicates that a door, or secret door, is locked and cannot be opened. In particular, the message "The door is locked!" will appear.

  • Example: {[[(D), ON_OPEN]] [[LOCKED)]]}
In this case, in response to the door opening Event next to Marker D, the default message will appear, and the door cannot be opened.


[[LOCKED: message]]

This action indicates that a door, or secret door, is locked and displays a customized message to the user.

  • Example: {[[(D), ON_OPEN]] [[LOCKED: this door is locked by magic!]] }
In this example, when the door next to Marker D is opened, the customized message "this door is locked by magic!" will appear. The door also cannot be opened.