You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Allows scripts to receive fully parsed out chat events prior to internal processing (allowing veto).
Commands: None
Notes:
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)