joske 10 Posted September 19, 2009 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
Mike84 1 Posted September 19, 2009 Check this script out. Share this post Link to post Share on other sites
joske 10 Posted September 20, 2009 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
Mike84 1 Posted September 20, 2009 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
joske 10 Posted September 20, 2009 just tested it and it works, thanks for your help Share this post Link to post Share on other sites