Allow skill parameters for evaluating conditions
Summary
It would be very useful if you could use the skill parameters feature for conditions within a meta-skill.
Usage
- skill:CoolSkill{condition=5;boolean=“true”} @self ~onUse
CoolSkill:
Conditions:
- heightbelow{h=<skill.condition>} <skill.boolean>
Value
This would make skill parameters ten times more useful when using variables or tags within the Conditions section.