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