Mikee 10 Posted July 26, 2009 I got only 1 objective at the beginning of the mission and would like to add 2 more later during the game. I tried do this with trigger activated by bluefor and put in activation: task2 = player createSimpleTask ["obj2"]; task2 setSimpleTaskDescription ["Move with the convoy into <marker name="crash1"">crash site</marker>.","Main target: Crash site","Crash site]; task2 setSimpleTaskDestination markerpos "crash1"; and then do same thing with another objective. Nothing show up, I see only the first objective that I have in my briefing.sqf. ---------- Post added at 03:55 PM ---------- Previous post was at 03:18 PM ---------- Also, how to move marker from one position to other? I tried getmarkerpos and setmarkerpos, but it doesnt work. Share this post Link to post Share on other sites
Mike84 1 Posted July 26, 2009 I put it in a radio trigger, and it seemed to work fine, so maybe something else is wrong? And you move the task markers by just using the setSimpleTaskDestination command again. Share this post Link to post Share on other sites
kylania 568 Posted July 26, 2009 Odd, works from Radio, works from OPFOR NOT PRESENT, but does not work from BLUFOR present. Share this post Link to post Share on other sites