Skip to content
Luxembourg edited this page Mar 20, 2013 · 3 revisions

@lock compound

compound locks:

key: <key> & <key> <key> | <key> !<key> ( <key> )

you can make complex locks by combining keys with the logical and and or operators (& and | respectively), or by using the not operator. you may also group complex locks with parentheses.

examples: > @lock exit = me & !me an impossible lock, nothing can be both you and not you.

> @lock message = me | *recipient both you and the player recipient may get the message.

Clone this wiki locally