| file: | cmd_shutdown.rb |
| author: | Jon A. Lambert |
| version: | 2.9.0 |
| date: | 01/19/2006 |
This source code copyright (C) 2005, 2006 by Jon A. Lambert All rights reserved.
Released under the terms of the TeensyMUD Public License See LICENSE file for additional information.
@edits a string field on an object Syntax:
@edit #<id> <field> @edit sysmsg <field>
(ex. @edit 1 desc
creates a new room and autolinks the exits using the exit names provided. (ex. @room My Room north south)
adds, deletes, lists, or a script Syntax:
@script add <lang> <progname>|<code> @script del #<scriptid> @script show #<scriptid>
(ex. @script add fart myprog) (ex. @script add boolexp 234|42&34 )
sets the description or timer for an object Syntax:
@set desc #<id> <description> @set key #<id> <description> @set timer #<id> <on|off>
(ex. @set desc 1 A beautiful rose.)