Page 2 of 2

Re: WAR addon programming command reference

Posted: Mon Feb 15, 2021 10:56 pm
by Viperstongue
Both archive links work for me, just ensure you're using those in sullemunk's original post, not quoted (broken) links

Re: WAR addon programming command reference

Posted: Mon Feb 15, 2021 11:28 pm
by zulnam
Archives.org was temporarily down.

Re: WAR addon programming command reference

Posted: Sun Feb 21, 2021 4:37 am
by Artighur
Does anyone in the team have access to some documentation? I've been bashing my head trying to figure out basic stuff like trigger an event after receiving a whisper but without any doc worth a salt it's incredibly frustrating

Re: WAR addon programming command reference

Posted: Sun Feb 21, 2021 6:59 am
by sullemunk
Artighur wrote: Sun Feb 21, 2021 4:37 am Does anyone in the team have access to some documentation? I've been bashing my head trying to figure out basic stuff like trigger an event after receiving a whisper but without any doc worth a salt it's incredibly frustrating
use:

Code: Select all

RegisterEventHandler(SystemData.Events.CHAT_TEXT_ARRIVED, "Something.TextArrived")

Re: WAR addon programming command reference

Posted: Sun Feb 21, 2021 6:54 pm
by Artighur
Thanks! I finally was able to make some progress by looking at existing addons. I should have my first version released somewhat soon :)