Skip to content

Event: message

karashiiro edited this page Aug 16, 2019 · 2 revisions

Fires whenever a message is sent in chat.

Structure Overview

{
    superType: "message",
    type: string,
    character: string,
    message: string
}

Structure properties

  • type - The message channel, formatted as "message${channel}". Party messages are unimplemented.
  • message - The message that was sent.
  • character - The player's name.