#Re-use lua functions from one weak aura to others

7 messages · Page 1 of 1 (latest)

wary talon
#

Re-use lua functions from one weak aura to others

#

The weak auras perform some UI tweaks, so I'd like them all to run basically on PLAYER_ENTERING_WORLD but ensuring my re-usable weak aura runs first.

primal swift
#

No, you cannot guarantee load order

wary talon
#

Can I somehow fire a custom event that the others listen on?

primal swift
#

!scanevents

wary talon
#

awesome, that has done the trick