SetPCChatVolume
From NWN Lexicon
		
		
| Contents | 
[edit] SetPCChatVolume(int)
Sets the last player chat volume before it gets sent to other players.
void SetPCChatVolume( int nTalkVolume );
[edit] Parameters
nTalkVolume
The TALKVOLUME_* of the chat text to be sent onto other players.
[edit] Description
Sets the last player chat (text) volume before it gets sent to other players.
[edit] Remarks
Note: The new chat message gets sent after the OnPlayerChat script exits.
[edit] Version
1.69
[edit] Example
See OnPlayerChat .
[edit] See Also
| functions: | |
| constants: | |
| events: | 
author: Mistress, contributor: Axe Murderer
