TALKVOLUME_* Constant Group
Sets the broadcast range of text displayed using SpeakString() and ActionSpeakString() functions.
Constants
| Constant | Value | Description |
|---|
| 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). |
|
| 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_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
Send comments on this topic.