FAQ
From Tapestries MUCK
Not yet imported, see the old FAQ software.
- Q: How to unlink someone/some object/some exit from a room I own?
- A:
@breaklink <name>
(type@breaklink
without any parameters to read more)
- Q: How can I alter the message others see when I teleport?
- A: It is currently impossible. Taps uses a custom teleport program which does not allow that.
- Q: I have a cool MUF program that I want to use in my area. How can I do it?
- A: Short answer: You can not. Detailed answer: User:WhiteWizard/New_Policy#MUF Programming and Programs
- Q: I have been hiding from somebody using
wf #hidefrom
, but eventually stopped. They can now see me on watchfor just fine, but not on the WHO list. How do I fix that? - A:
wft #hidefrom !playername
- Q: I want to be notified when somebody looks at my cinfo.
- A: Add this to the end of any ONE field of your cinfo:
{null:{tell:{pronouns:{name:me} (%N) a {gender:me} {species:me} is looking at your cinfo},this}}
- Q: My desc is cutting off mid-way.
- A: A line of text cannot be longer than 2000-something chars. In order to set up a longer desc, it has to consist of multiple lines. Type
editplayer
and use option 2, then follow the prompts.