Jump to content
Sign in to follow this  
Mikee

Hidden Objective don't work

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×