GetPCChatMessage()
Retrieves the last player chat message that was sent.
string GetPCChatMessage();
Description
Retrieves the last player chat (text) message that was sent.
Remarks
Should only be called from a module's OnPlayerChat event script.
Returns empty string ("") on error.
Note: Private tells do not trigger a OnPlayerChat event.
Version
1.69
Example
See OnPlayerChat.
See Also
functions:  | GetPCChatSpeaker | GetPCChatVolume | SetPCChatMessage | SetPCChatVolume |
events:  | OnPlayerChat Event |
author: Mistress, contributor: Axe Murderer, Cereborn