Variable inside Terminable Condition
Summary
Describe the bug encountered in detail.
I think the variable inside terminable condition might not be register correctly Steps to reproduce
Provide a full set of steps used to reproduce the bug, including links to SEPARATE Pastebin pastes for each relevant configuration file. https://pastebin.com/6dYYM4Yg Indris-Variables as onSpawn skill Indris-Poise-Recieve as onDamaged skill Indris-Stance-Break,Indris-Attack as onTimer:1 skills all target @self
so the Indris-Attack will not function due to a bug or non-existing mechanic in terminable condition attribute and it will not check anything, all other skill work just fine
Current behavior
Describe what happens currently, while the bug is affecting your server.
Nothing happen, the skill just won't cast and fill my console with error Intended correct behavior
Describe what you think should happen instead of the bug.
It should cast the skill normally with variable inside the condition Server log file
Provide a link to a Pastebin paste with a copy of your server's latest.log file from startup to "Done!" AND includes a player connecting. https://pastebin.com/E3UpGCac Debug log snippet
Provide a link to a Pastebin paste with an excerpt of your latest.log file that includes debug output where you trigger the bugged behavior. https://pastebin.com/8FTxp7r0 Proposed fixes
Describe what you think the issue or any potential fixes may be.
Maybe it wasn't coded in yet?