You are not logged in.
Pages: 1
In https://runeapps.org/alt1lib.js there is a misspelled variable.
...
if (!alt1.events.daemonun) { alt1.events.daemonrun = []; }
...
It appears a 'r' is missing when checking if the variable is set. This always causes an empty array. I have no idea what effect this would cause, but thought I would just put it there.
Last edited by jhineral (2018-05-12 14:24:00)
Offline
Thanks, this will be fixed with the next upload. Seems like this would cause the event to reset all listeners for the daemonrun event if you ever load the script twice for some reason, or if i ever do this from the c# side i guess.
Offline
Pages: 1