quote:
Originally posted by NiteMare
quote:
Originally posted by phalanxii
Yes, I would like something like this as well. Perhaps events like:code:
OnEvent_EventLogEventAdded(
[string] Origin,
[string] Description,
[enum] Icon
);
andcode:
OnEvent_ChatLogEventAdded(
[string] Origin,
[string] Description
);
The events could work like OnEvent_ChatWndSendMessage, requiring a return value of Description (so that if it's empty, the event is not added).
no you mis understood
i wan thte ability to have an event NOT loged, such as for my count down script, i would like the logs not to show teh DOZENS of log entrys it will make
I think the person meant if there is an event for it then you can return an empty string and not have it logged, like with sending messages, to not have a message sent you return an empty string... so these events could work the same way.