Chat Library - Gorlem/ScriptIt GitHub Wiki
| Key | Type | Description |
|---|---|---|
chat.messages |
list<string> |
Recieved chat messages history |
chat.history |
list<string> |
Sent chat messages history |
chat.clear() |
null |
Clear chat messages |
chat.send(string message) |
null |
Send a chat message to the server |
chat.log(string|json message) |
null |
Log a message locally` |