Im trying to get unit issue order my custom ability, but for some reason it doesnt show my ability in the issue order trigger ( also noticed various other abilitiesi missing there ). Whats this about, how do I fix it?
Data problem:
I want to make my spell only be able to target units, but I havent found a way to do this...I use effect target, but it always allows casting the spell to the ground even if there is no unit nearby....
Trigger:
Did you specify a standard button for your ability execute command? Did you look at the right orders (effect instant/effect target respectively? In your case most likely effect target, it seems)
Data:
The effect started by the ability must be unit target. If you have a dummy ability, which does not do anything, use an empty set effect with target set to unit.
Trigger problem:
Im trying to get unit issue order my custom ability, but for some reason it doesnt show my ability in the issue order trigger ( also noticed various other abilitiesi missing there ). Whats this about, how do I fix it?
Data problem:
I want to make my spell only be able to target units, but I havent found a way to do this...I use effect target, but it always allows casting the spell to the ground even if there is no unit nearby....
Trigger:
Did you specify a standard button for your ability execute command? Did you look at the right orders (effect instant/effect target respectively? In your case most likely effect target, it seems)
Data:
The effect started by the ability must be unit target. If you have a dummy ability, which does not do anything, use an empty set effect with target set to unit.
Thx man!
It seems these both things are related to each other. You NEED to have effect on the ability for it to show on the list...