Terzi Posted February 17, 2021 Posted February 17, 2021 (edited) Hello, I want to trigger mission end if the player bank angle is more than 35 degrees left and right. There is a condition "unit's bank in limits" I can set this to -35 +35 but the trigger will fire while already in that range. How to invert this logic? How can I employ this as "unit's bank outside limits"? Thanks! Edited February 17, 2021 by Terzi [CENTER] [/CENTER]
Terzi Posted February 17, 2021 Author Posted February 17, 2021 Okay I found the solution as applying two conditions with OR : (-180 -35) OR (35 180) -> end mission 1 [CENTER] [/CENTER]
Recommended Posts