Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > hook_whisper_other

API Function: hook_whisper_other

Summary:
notify the mobile that somebody has whispered

Defined In LPC Object:
/usr/common/lib/mobile.c

Prototype:
void hook_whisper_other(object body, object target, string verb)

Can Be Called By:
System, Common, Game

Description:

This function is called when a nearby mobile performs a whisper action, but not to this mobile. The arguments are the body object of the actor and the body of the target. The string whispered is normally undetectable.

You should access-protect your version of this and all other inherited functions, including upgraded() and destructed().

Return Value:

None.

Errors:
Usually none.

See Also:
hook_say , hook_emote , hook_social , whisper , hook_whisper