Hello everybody, sometimes when a unit is on my ice, it just doesnt react (doesnt change facing angle even tho I tell him to).
The ice work perfect except for this (that he doesnt always change facing angle)
Dunno if it is something with trigger or something else, but I realy need help.

{EDIT}
Hey everybody, I am creating an Ice sliding map. I made the ice sliding trigger and such, but sometimes my unit justs freezes.
Can this be because I click on the same place to much?
And do anybody know how to change the turn speed because atm it will be like impossible to turn for him.
The ice work perfect except for this (that he doesnt always change facing angle)
Dunno if it is something with trigger or something else, but I realy need help.
-
Normal Ice
-
Events
-
Time - Every 0.02 seconds of game time
-
-
Conditions
-
Actions
-
Set Player1_Position = (Position of Player1_Unit)
-
Set World = (Playable map area)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Terrain type at Player1_Position) Equal to Icecrown Glacier - Ice
-
-
Then - Actions
-
Unit - Move Player1_Unit instantly to (Player1_Position offset by 5.00 towards (Facing of Player1_Unit) degrees)
-
-
Else - Actions
-
Do nothing
-
-
-
Custom script: call RemoveLocation (udg_Player1_Position)
-
-
{EDIT}
Hey everybody, I am creating an Ice sliding map. I made the ice sliding trigger and such, but sometimes my unit justs freezes.
Can this be because I click on the same place to much?
And do anybody know how to change the turn speed because atm it will be like impossible to turn for him.
Last edited by a moderator: