| 02-17-2008, 05:21 AM | #1 |
This is quite a noob question, but I can't seem to find a way to order a unit to cast a custom ability in trigger, like Order (Unit) to Something. I've noticed that there's the Order String stuff in the Object Editor, but I don't know how to work it, like what to specify for the trigger editor to recognize it. Is there a way to cast a custom ability the way you would a melee one? |
| 02-17-2008, 06:20 AM | #2 |
You order the unit to cast the spell your custom spell is based on. So if you created a spell based off of Storm Bolt, then you'd do this: Trigger: Unit - Order (Last Created Unit) to Human Mountain King - Storm Bolt (Triggering Unit) |
| 02-23-2008, 08:25 PM | #3 |
And if the ability is not in that list? |
| 02-23-2008, 08:32 PM | #4 |
All abilities should be there. Check all the categories: Melee, Campaign, and Custom. |
