the ~onSignal trigger can only be used once for a specific signal.
When using the same signal in a ~onSignal
trigger in different places (such as outside a meta skill) it does not fire at all.
Not working:
Mob: https://pastebin.com/7STQsz7q
Debug: https://pastebin.com/bUBg3v2u
Working:
Mob: https://pastebin.com/DMNmgBz4
Skills: https://pastebin.com/spM05aWb
Debug: https://pastebin.com/azCv7nm5
When putting the various ~onSignal:BANDIT_DEATH
into a single meta skill, the skills fire as expected.