- Joined
- May 3, 2008
- Messages
- 51
Hello, I need some help with my Slide Trigger, please.
My Variables:
tempLoc - Point
tempLoc2 - Point
My Variables:
tempLoc - Point
tempLoc2 - Point
- Events:
- Time - Every 0.04 seconds of game time
- Conditions:
- Actions:
-
Unit Group - Pick every unit in (Units of type Knight) and do (Actions)
-
Schleifen - Aktionen
- Set tempLoc = (Position of (Picked unit))
- Set tempLoc2 = (tempLoc offset by 11.00 towards (Facing of (Picked unit)) degrees)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
'IF'-Conditions
- (Terrain type at tempLoc) Gleich Northrend - Ice
-
'THEN'-Actions
- Unit - Move (Picked unit) instantly to tempLoc2
-
'ELSE'-Aktionen
- Do nothing
-
'IF'-Conditions
-
Schleifen - Aktionen
- Custom script: call RemoveLocation(udg_tempLoc)
- Custom script: call RemoveLocation(udg_tempLoc2)