Hi, is there a way to detect whether my chopper has landed?
I am making a medivac mission where i have to board a chopper, then go an pick up some injured soldiers. However i must stay in the pilots seat. I just need to detect when i have touched down at the pickup so i can trigger the cut scene that will show the field medics & casualties boarding the chopper.
* i can make a trigger activate if i disembark & walk around using condition:
this && "Land" countType thisList > 0;
however i dont wanna disembark so is there another way to detect if just the chopper has touched down in the trigger area?