How do you make a unit slide on terrain? is there a program? if there was another topic answered please link it here and forgive me?
You could make a line of locations, like this:
Then make the unit move along them:
QUOTE(Trigger)
Player1 brings Exactly 1 Marine to '1'.
----------
Move All Marine for Player1 at '1' to '2'.
Wait for 100 milliseconds.
Move All Marine for Player1 at '2' to '3'.
Wait for 100 milliseconds.
Move All Marine for Player1 at '3' to '4'.
Wait for 100 milliseconds.
Move All Marine for Player1 at '4' to '5'.
er.. are you talking about when two hydras come toward eachother, and go really fast straight up for a while, then back down?? or other way around? or left and right?? or are you talking about the old Command Center Slide??
hes talking about sliding ... like on ice.
starcraft gave us a unit =p
a templar!
If it was only 1 unit at a time that you can control, I can suggest giving it to a neutral or computer player with the same player color, and receiving the unit back again once the unit gets accross the sliding terrain, since orders aren't eliminated once you click. This would only work for one unit though since if you stop moving you'd have to move the unit back to the non-slippery area using a trigger, and you really can't detect if multiple of the same units are moving or not.