Variable Nesting does not work for Skill Parameters
When nesting a variable inside a skill parameter (Such as in the skill below), variable nesting does not work.
Casting the skill test-nest-cast 4 times should return test1 test2 test3 test4
Instead, the placeholder does not parse. (Yes, I'm trying to make a crude Map work in MM)