I have many LUAs running in parallel: one heals the pet if under 50% HP, another one casts DoTs on mobs, another one casts Feign Death if I am under attack, etc.
Sometimes, the trigger conditions for multiple of those LUAs apply at the same time, so I want to apply a hierarchy of priorities. For example: casting Feign Death if I am attacked should be higher priority than loading a DoT on a mob.
Any idea how to code a hiererchy order across multiple LUAs if the conditions for 2+ LUAs apply at the same time? Thanks!
Sometimes, the trigger conditions for multiple of those LUAs apply at the same time, so I want to apply a hierarchy of priorities. For example: casting Feign Death if I am attacked should be higher priority than loading a DoT on a mob.
Any idea how to code a hiererchy order across multiple LUAs if the conditions for 2+ LUAs apply at the same time? Thanks!

