[Build 4704] Variable caster and skill scopes not working
Summary
Some variable scopes work incorrectly on the latest dev builds
Steps to reproduce
Current behavior
Using variable scope "caster" leads to setVariable not register variable in some cases (Randomly) Using variable scope "skill" leads to "UNDEFINED" on retrieving <skill.var.variable>
Intended correct behavior
Using variable scope "caster" in setVariable mechanic should register the variable and store it in the caster entity Using variable scope "skill" should lead to proper results on retrieving <skill.var.variable>
Server log file
Debug log snippet
Proposed fixes
Looking into latest changes of variables/placeholders work?