Basic commands for all NPCs.
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. |
|