Q&A

Q&A


Here are some answers to questions I've asked and have been asked. Hope they're of use to someone.

@set [object]=!ENTER_OK
Means no one except you can enter a given object. Good for things you want to be solid.

@lock [object]=me
Means you're the only person who can pick up a given object or use an exit it's set on. Means people can't nick your stuff, basically.

Teleporting
Type: @tel #[room number]

Text Formatting
Type percent r (%R) for a new line and percent t (%T) for a tab

To restrict a display so only the person looking at it or reading it can see it:
change all @emits to @pemit %#

To make replicas of objects in your posession:
@clone [object number]
Note that this will exactly duplicate the object, so if you want to give the clone to someone else, you'll have to make sure that either the object isn't locked, or the clone will also be locked.

Return to MUSH Code Page