Module Cmd
In: cmd/teensy/cmd_chat.rb
cmd/teensy/cmd_color.rb
cmd/teensy/cmd_drop.rb
cmd/teensy/cmd_dumpcache.rb
cmd/teensy/cmd_edit.rb
cmd/teensy/cmd_emote.rb
cmd/teensy/cmd_gc.rb
cmd/teensy/cmd_get.rb
cmd/teensy/cmd_go.rb
cmd/teensy/cmd_hello.rb
cmd/teensy/cmd_help.rb
cmd/teensy/cmd_inv.rb
cmd/teensy/cmd_kill.rb
cmd/teensy/cmd_look.rb
cmd/teensy/cmd_memstats.rb
cmd/teensy/cmd_object.rb
cmd/teensy/cmd_quit.rb
cmd/teensy/cmd_reload.rb
cmd/teensy/cmd_room.rb
cmd/teensy/cmd_say.rb
cmd/teensy/cmd_script.rb
cmd/teensy/cmd_set.rb
cmd/teensy/cmd_show.rb
cmd/teensy/cmd_shutdown.rb
cmd/teensy/cmd_stats.rb
cmd/teensy/cmd_status.rb
cmd/teensy/cmd_trigger.rb
cmd/teensy/cmd_who.rb
cmd/tiny/cmd_get.rb
cmd/tiny/cmd_shutdown.rb
Cmd
Module: Cmd
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.

Methods

Public Instance methods

sends <message> to all characters in the game

toggles colors on or off

drops all objects in your inventory into the room

Look command displays the contents of a room

@edits a string field on an object Syntax:

  @edit #<id> <field>
  @edit sysmsg <field>

(ex. @edit 1 desc

sends <message> to all characters in the room

This command runs garbage collection

gets all objects in the room into your inventory

gets all objects in the room into your inventory

sends <message> to all characters in the room

The hello social command

The help command

The inventory command

This kills a character anywhere - it’s link death (30% chance)

Look command displays the contents of a room

The memory stats command

sets the description for an object (ex. @set 1 A beautiful rose.)

The quit command

This reloads the commands

creates a new room and autolinks the exits using the exit names provided. (ex. @room My Room north south)

sends <message> to all characters in the room

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.)

displays object Syntax:

  @show #<oid>|me

(ex. @show me)

The shutdown command

The shutdown command

The database stats command

displays session information

adds, deletes, or shows triggers on an object Syntax:

  @trigger add #<id> #<scriptid> <eventtype>
  @trigger del #<id> <eventtype>
  @trigger show #<id>

(ex. @trigger add 1 myprog arrive)

shows a list of all connected characters

[Validate]