TALKVOLUME_* Constant Group

Sets the broadcast range of text displayed using SpeakString() and ActionSpeakString() functions.



Constants

ConstantValueDescription
TALKVOLUME_SHOUT2
Sets the text visibility range to long.
TALKVOLUME_SILENT_SHOUT4
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_TALK3
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_TALK0
Set the text visibility to medium.
TALKVOLUME_WHISPER1
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

functions: ActionSpeakString | ActionSpeakStringByStrRef | SpeakString | SpeakStringByStrRef


 Send comments on this topic.