Get wall angle (wall bouncing missile)

Level 20
Joined
Apr 8, 2017
Messages
1,479
FOR HORIZONTAL WALLS
Set angle[1] = (Facing of (Picked unit))
Set angle[2] = (360.00 - angle[1])

FOR VERTICAL WALLS

Set angle[1] = (Facing of (Picked unit))
Set angle[2] = (360.00 - angle[1])
Set angle[2] = (angle[2] - 180.00)

But how can i get the wall angle? please help
Im trying to do a wall-bounce missile, it works good but now i need to get the wall orientation :/
 
Top