Skip to content

Chat Event Pre Processor

David edited this page Dec 10, 2017 · 2 revisions

Author: Davnit / Pyro

Description: Allows scripts to receive fully parsed out chat events prior to internal processing (allowing veto).

Commands: None

Scripts wishing to receive the event simply need to observe the pre-processor script using ObserveScript("Chat Event Pre-Processor") and then implement the handler:

Event_ChatEventReceived(EventID, Flags, Ping, IP, Account, RegAuth, Username, Message)_

Clone this wiki locally