SetPCChatVolume

From NWN Lexicon
Jump to navigationJump to search


SetPCChatVolume(int)

Sets the last player chat volume before it gets sent to other players.

void SetPCChatVolume(
    int nTalkVolume
);

Parameters

nTalkVolume

The TALKVOLUME_* of the chat text to be sent onto other players.


Description

Sets the last player chat (text) volume before it gets sent to other players.



Remarks

Note: The new chat message gets sent after the OnPlayerChat script exits.


Version

1.69

Example

See OnPlayerChat .

See Also

functions: 

SetPCChatMessage

constants: 

TALKVOLUME_*

events: 

OnPlayerChat Event



author: Mistress, contributor: Axe Murderer