Hey, noob here.
I created a very basic ability called "Burst of Speed" for the ghost; all it does is give the ghost a movement speed bonus of 1.5.
I added a button to the ghost's command card and filled in all the button fields that seemed pertinent to making it activate burst of speed.
However, when the button is pressed, nothing occurs and the ghosts reverts to the "stop" command.
So the problem is either with the button or with my creation of the ability itself.
Would anyone mind taking a look at the ability and letting me know what step I am missing?
RESOLVED
Hey, noob here. I created a very basic ability called "Burst of Speed" for the ghost; all it does is give the ghost a movement speed bonus of 1.5. I added a button to the ghost's command card and filled in all the button fields that seemed pertinent to making it activate burst of speed. However, when the button is pressed, nothing occurs and the ghosts reverts to the "stop" command. So the problem is either with the button or with my creation of the ability itself. Would anyone mind taking a look at the ability and letting me know what step I am missing?
Thanks!
On the BoS behavior u need to set the min points to 1 or higher so it actually adds 1 of this attribute to your ghost.
On the ability flags you need to check "Transient" so it can be used while moving and not make your ghost stop in place to use it.
@iE4TM4PS: Go
Thank you so much!