TALKVOLUME_* Constant Group
Sets the broadcast range of text displayed using SpeakString() and ActionSpeakString() functions.
Constants
Constant | Value | Description |
---|
TALKVOLUME_PARTY | 5 | |
TALKVOLUME_SHOUT | 2 | Sets the text visibility range to long. |
|
TALKVOLUME_SILENT_SHOUT | 4 | Sets the text visibility to long, but hides the text from the screen (so it can still be heard and acted on by creatures in the area). When used with SetPCChatVolume(), this sends the chat message to the DM channel. |
|
TALKVOLUME_SILENT_TALK | 3 | Sets the text visibility to short, but hides the text from the screen (so it can still be heard and acted on by creatures in the area). |
|
TALKVOLUME_TALK | 0 | Set the text visibility to medium. |
|
TALKVOLUME_TELL | 6 | When used with SetPCChatVolume(), this sends the chat message privately back to the original speaker. |
|
TALKVOLUME_WHISPER | 1 | Sets the text visibility range to short. Must be standing very near to the speaker to see. Placeables will not display whispered text. |
|
See Also
author: NWN Lexicon Group, editor: Mistress, contributor: Axe Murderer