Finaly you people Helped me realy out with the Chopper problem and the Trigger command problems ;D You Guy's prove to be L33T in scripting
But My mission still isn't finished yet!
And yes I got a new Problem...
I made a Briefing and I read Snypers Tutorial how to Hide objectives and how to complete em.
But the problem I got is with the marker.
This is what happens:
When I walk over the Trigger field it activates and I see the Objective that was hiddin in my briefing,but....The Marker is still Hiddin!!
The Marker just won't Show up!
I made 2 Triggers 1 for the objective to show in Briefing and 1 for the Marker to show on map and I made a Init.sqs script to Hide the 2 things
This is how my INIT.SQS looks like:
"1" ObjStatus "HIDDEN"
"obj1" SetMarkerType "Empty"
And this is how the Trigger for the ObjStatus looks like:
Activation: West
Condition:this
On Activation: "1" ObjStatus "ACTIVE"
And this is how the Trigger for the Marker looks like:
Activation: West
Condition:this
On Activation:"obj1" SetMarkerType "Destroy"
and last this is how my Objective Code looks like in the HTML briefing script:
<p><a name = "obj1"></a><a href="marker:Destroy">Shilka</a> spotted here,Destroy it
</p>
<hr>
Anybody see what I'm doing wrong with the marker thing?
I also Made a Marker:
Name: obj1
Icon: Destroy
Plz need help!