- Joined
- Nov 24, 2007
- Messages
- 55
I'm trying to use the "Wand Of Illusion" ability as a "Dummy ability" in a trigger, so that I could create a Dummy, give it this ability, set it to an appropriate level based on the level of an ability the caster has, and then order the dummy to "Wand of Illusion" a unit (be it the caster or target depending on some other stuff).
However, as I was duplicating the Wand of Illusion ability, and editing it for my purposes and giving it the 3 levels and whatnot, I noticed that it does not have a "Text - orderstring" which made me realize I would not later be able to call "IssueTargetOrder" in JASS. I checked the GUI and it seemed the only way to really do this would be to make 3 items (one for each level) and give it to the dummy (give the dummy an inventory ability), and order the dummy to use item in slot 0 or whatever.
Does anyone know of a way to make it into a unit ability (just so I don't have to go through the hassle of making items) and order the unit to use it?
However, as I was duplicating the Wand of Illusion ability, and editing it for my purposes and giving it the 3 levels and whatnot, I noticed that it does not have a "Text - orderstring" which made me realize I would not later be able to call "IssueTargetOrder" in JASS. I checked the GUI and it seemed the only way to really do this would be to make 3 items (one for each level) and give it to the dummy (give the dummy an inventory ability), and order the dummy to use item in slot 0 or whatever.
Does anyone know of a way to make it into a unit ability (just so I don't have to go through the hassle of making items) and order the unit to use it?