Table of Contents

Class: NPCCommandHandler mudlib/commands.py

Basic commands for all NPCs.

Base Classes   
MudObject
Methods   
emote
register
say
  emote 
emote (
        self,
        actionString,
        arguments,
        rawinput,
        )

Implements the emote npc command.

Valid syntax: emote <message>. This method displays the message to all interactives in the NPC's environment.

  register 
register ( self,  manager )

  say 
say (
        self,
        actionString,
        arguments,
        rawinput,
        )

Implements the say npc command.

Valid syntax is say <message>. This command displays the message to all interactives in the interactive's environment.


Table of Contents

This document was automatically generated on Thu Jan 24 08:57:43 2002 by HappyDoc version 2.0