Task-Force-Raider / Mission-Template

0 stars 2 forks source link

Add a touching ground and vehicle off condition to vehicle logi triggers. #11

Open McFurSun opened 3 years ago

McFurSun commented 3 years ago

Add isTouchingGround and isEngineOn conditions to vehicle logi triggers.

Currently as soon as you enter the trigger it activates i.e. heli coming into land but hasn't touched down yet.

McFurSun commented 3 years ago

Set condition to

this && {!isEngineOn (vehicle (_x))} forEach thisList;

isTouchingGround has reliability issues

Will be fixed in v1.0 release

BroBeansCPG commented 3 years ago

Engine off is probably enough but you could check posATL