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