So basically you want a trigger to activate another trigger. If so continue reading...
Trigger 1 and Trigger 2
For trigger 1 in its condition field put trig1
then in trigger 2's condition field put trig1=true
then the activation field can tick the objstatus.
Here's some stuff out of the command ref. on objectives.
ObjStatus
Description :
Sets the status of a mission objective
Syntax :
objectiveNumber ObjStatus objectiveStatus
objectiveNumber is the number of the objective to modify. Quotes are necessary.
objectiveStatus the status to set. Quotes are necessary. Valid values are :
"DONE" - Will mark the objective as done in the mission warrent.
"FAILED" - Mark the objective as failed in the mission warrant.
"HIDDEN" - Objective won't appear in the mission warrant .
"ACTIVE" - Objective which has been hidden will now appear in the mission warrant .
Returns :
N/A
Example:
"0" objstatus "DONE"
Later,
BLIP :joystick: