Jump to content
Sign in to follow this  
joske

marker following unit

Recommended Posts

im trying to figure out how to make a marker which is created by a trigger follow a unit once the unit has completed this trigger (preferably so that the position of the marker is updated every like 10 seconds) now i have been able to spawn the marker on top of the unit but i want the marker to move with the unit once the unit starts moving.

Share this post


Link to post
Share on other sites

thanks for the script, it works like a charm but the problem is that i am a bit new to scripting, init and description files so now i want the script to be activated only when a certain trigger is activated, so how do i do that?

Share this post


Link to post
Share on other sites

You can put the call for the script in the On Activation field of a trigger, like so:

nul = ["mkrWhatever", BLU_1plt_HQ] execVM "markerFollowGroup.sqf";

Share this post


Link to post
Share on other sites

just tested it and it works, thanks for your help

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  

×