I'm trying to make custom mobs reset their threat in battle.
I tried the skill below,but it seems not to work.
"amount=-<trigger.threat>" doesn't work, and it seem to be recognized as "amount=1".
I'd be happy someone tell me how to fix the code above or other way to reset threat. : )
I tried the skill below,but it seems not to work.
Code:
Skills: - skill{s=offensive} ~onSignal:offensive offensive: Skills: - setstance{stance=offensive} @self - threat{amount=-<trigger.threat>} @trigger
I'd be happy someone tell me how to fix the code above or other way to reset threat. : )