Certain Condition Actions Deletes Skill Parameters
Summary
When a "cast", "Orelsecast" or "castinstead" conditions actions are used, the skillparameters of the metaskill are not copied over and are not accessible from the newly called skill
This also happens with onFailSkill and the likes
start:
Skills:
- skill{s=example;test=1} @self
example:
Conditions:
- isLiving cast example2
Skills:
- message{m="NORMAL <skill.test>"} @self
example2:
Skills:
- message{m="CONDACT <skill.test>"} @self