61 posts In the small gas oven you have, ya you know the one I mean. joined
#1
Order String Problem
I made an ability (the mirror image one from the other posts), but in order for the mirror images to be created, a dummy targets the caster with the "Item Illusion" ability (turned into a unit ability). The problem I'm having is that the dummy won't cast the spell. Originally the spell "Item Illusion" didn't have an order string, so I assigned one; firebolt. I then ordered the dummy with this ability to cast firebolt on the caster, but it doesn't work. Does anyone have any idea why? Is it because you can't assign orderstrings to abilities that originally don't have order strings?
Of course it doesn't work. Changing the order string doesn't have any effect. The only solution would be to order the unit to use the ability through its ID (which is 85200. But in order to do so, you need to use Custom Script and call the function IssueTargetOrderById.
I didn't mean to make it sound that way... Just wanted to make sure that there are no further questions (hopefully), because in some cases, it happens that not even the obvious is clear.