I have a trigger that gradually increases a unit's movement speed every second, but it seems to be disabling any creep speed bonus/multiplier effects.
I have also noticed that merely setting a unit's movement speed through triggers a single time disables this effect as well.
Anyone have any ideas as to how I can keep creep speed effects whilst increasing my unit's speed periodically?
I have a trigger that gradually increases a unit's movement speed every second, but it seems to be disabling any creep speed bonus/multiplier effects. I have also noticed that merely setting a unit's movement speed through triggers a single time disables this effect as well.
Anyone have any ideas as to how I can keep creep speed effects whilst increasing my unit's speed periodically?
No experience with this, just something to try instead.
Try making a series of behaviours that modify unit speed, then using triggers to apply them.
thanks, ill look into that when i have some time :)