No eggs included :P
See it like this, i have this unit with 3 morph abilities, he can have a total of 4 different "stances".
The morph ability type itself doesn't have a transient flag, so when the unit moves to a position and the player clicks on the morph ability button he stops walking. I must find a way that simmulates the transient flag.
In this case I want the unit to be able to use an ability while still moving.
The thing is, it has to be able to function in multiplayer. I've tried variables and databanks, though when I issue the order to the unit to move, give another unit another move command and use the ability afterwards the unit ofcourse moves to the second unit's saved position.
location.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
@RileyStarcraft: Go
That worked, much thanks :D A real lifesaver!
Anyone any idea how to approuch this? I gave it a few shots, but got nothing good out of it. Now I kinda hit a block on how to do this =(
No eggs included :P See it like this, i have this unit with 3 morph abilities, he can have a total of 4 different "stances". The morph ability type itself doesn't have a transient flag, so when the unit moves to a position and the player clicks on the morph ability button he stops walking. I must find a way that simmulates the transient flag.
Ah yeah, that should work, But in this case it is a morph ability, it doesnt have a transient flag.
In this case I want the unit to be able to use an ability while still moving. The thing is, it has to be able to function in multiplayer. I've tried variables and databanks, though when I issue the order to the unit to move, give another unit another move command and use the ability afterwards the unit ofcourse moves to the second unit's saved position.
location.