Hey I'm trying to use this action
Unit - Create 1.(Unit-type(Grunts)) for (Owner of AttackerHero) at (Center of L5 <gen>) facing 180.00 degrees
I have a custom unit named "Grunts" which I would like to create, defining the type with just a string which is supposed to be its name, but this doesn't work. I've tried other names etc
If I try to spawn any of the default Melee units with a string Ie- "Footman" or "Grunt" this works without issue.
Has anyone encountered this before? Am I missing something?
Unit - Create 1.(Unit-type(Grunts)) for (Owner of AttackerHero) at (Center of L5 <gen>) facing 180.00 degrees
I have a custom unit named "Grunts" which I would like to create, defining the type with just a string which is supposed to be its name, but this doesn't work. I've tried other names etc


If I try to spawn any of the default Melee units with a string Ie- "Footman" or "Grunt" this works without issue.
Has anyone encountered this before? Am I missing something?