Jump to content
Sign in to follow this  
Kieran

Trouble with vehicle/air extraction

Recommended Posts

Hey all,

Currently i'm having trouble getting this trigger to work.

aim is to have a car holding its position at point A

Once trigger has been tripped, Car will go to point B and wait until player has entered the car before heading to point C

(Point A)

Car with waypoint on hold.

(Point B)

Next way point is set to Load

condition: waituntill_TriggerActivated = 1;

Trigger is synched with way point Hold

(Point C)

Waypoint set to move

Share this post


Link to post
Share on other sites

Im new to arma 3 editing, but arrent trigger booleans ? Shouldnt the condition be "triggerInCar = true;" or something like that ? or is "true" is the same as 1 in this language ?

Share this post


Link to post
Share on other sites
Im new to arma 3 editing, but arrent trigger booleans ? Shouldnt the condition be "triggerInCar = true;" or something like that ? or is "true" is the same as 1 in this language ?

Not quite - with a boolean you can just use the variable and it is the same as saying it is equal to true. to check for false use a ! in the front

Share this post


Link to post
Share on other sites

So would i place Trigger in car, inside the way point for load?

Share this post


Link to post
Share on other sites

Maybe this? Never used before :/

waitUntil { triggeractivated triggerName };

or

waitUntil { triggeractivated this };

??

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×