Phantasmal Site > Phantasmal API > API Listing > whisper
API Function: whisper
- Summary:
- instruct the mobile to whisper
- Defined In LPC Object:
- /usr/common/lib/mobile.c
- Prototype:
- nomask void whisper(object to_whom, string msg)
- Can Be Called By:
- System, Common, Game
- Description:
-
Cause the mobile to whisper to someone or something in
particular, normally audible to one mobile in
the same location. Mobiles who can hear have their hook_whisper
function called to let them know that somebody has spoken
nearby.
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:
- emote ,
say ,
social ,
hook_whisper_other
|