Guys..check out this part of trigger for me
guys enlighten me pls..thx in advance
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
TC_Debug[TC] Equal to 1
-
-
Then - Actions
-
Set TC_Point[6] = (TC_Point[2] offset by 400.00 towards ((Facing of TC_Hero[TC]) + 45.00) degrees)
-
-
Else - Actions
-
Set TC_Point[6] = (TC_Point[2] offset by 400.00 towards ((Facing of TC_Hero[TC]) - 45.00) degrees)
-
-
-
Custom script: call RemoveLocation(udg_TC_Point[6])
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
TC_Debug[TC] Equal to 1
-
-
Then - Actions
-
Set TC_Point[6] = (TC_Point[2] offset by 400.00 towards ((Facing of TC_Hero[TC]) + 45.00) degrees)
-
Custom script: call RemoveLocation(udg_TC_Point[6])
-
-
Else - Actions
-
Set TC_Point[6] = (TC_Point[2] offset by 400.00 towards ((Facing of TC_Hero[TC]) - 45.00) degrees)
-
-
-
Custom script: call RemoveLocation(udg_TC_Point[6])
guys enlighten me pls..thx in advance

Last edited by a moderator: