cmd_misc
index
/Users/hollis/Desktop/nakedmud/lib/pymodules/cmd_misc.py

cmd_misc.c
 
a collection of miscellaneous commands that come with NakedMud(tm)

 
Modules
       
event
hooks
mud
mudsys

 
Functions
       
chk_can_save lambda ch, cmd
cmd_clear(ch, cmd, arg)
This command will clear your display screen.
cmd_delay(ch, cmd, arg)
Usage: delay <seconds> <command>
 
Allows the user to prepare a command to be executed in the future. For
example:
 
> delay 2 say hello, world!
 
Will make you say 'hello, world!' two seconds after entering the
delayed command.
cmd_motd(ch, cmd, arg)
This command will display to you the mud's message of the day.
cmd_quit(ch, cmd, arg)
Attempts to save and log out of the game.
cmd_save(ch, cmd, arg)
Attempt to save your character and all recent changes made to it, to
disk. This automatically happens when logging out.
cmd_stop(ch, cmd, arg)
If you are currently performing an action (for example, a delayed
command), make an attempt to stop performing that action.
event_delayed_cmd(ch, filler, cmd)
used to perform delayed commands