Feature - Enhancement #2082
EQ2_onIncomingText (Event) ( Expand to Accept All Chat Types Like Narrative etc )
Start date:
2018-05-15
Due date:
% Done:
0%
Estimated time:
vbulletin_issue_id:
Description
Expand { EQ2_onIncomingText (Event) } to Parse all Types of chat Via ( int ChatType ).
At the Moment { EQ2_onIncomingText (Event) } Parses all text no matter what it is in its current state.
We Would Like access to All Chat types Like you have done within ChatText Event Via the ( int ChatType ).
this would allow us a filter stuff via the ChatType code.
Main Type being (Narrative).
Example Below:
atom EQ2_onIncomingText(string Message) would become atom EQ2_onIncomingText(string Message, int ChatType)
so it would not break any existing scripts.
Files