Home   Help Search Login Register  

Author Topic: need help with my trigger!  (Read 593 times)

0 Members and 2 Guests are viewing this topic.

loner

  • Guest
need help with my trigger!
« on: 19 Nov 2004, 20:13:28 »
ok guys! i need help with this darn thing i got enough bugs as it is! ok i want the trigger to complete objective 1 through what ever! but i want it activated when i activate a trigger is that possible? ???

Offline Blip

  • Members
  • *
  • ...Old OFP FART...
Re:need help with my trigger!
« Reply #1 on: 19 Nov 2004, 21:22:18 »
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.

Quote
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:
...NIGHT WALKER....

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:need help with my trigger!
« Reply #2 on: 19 Nov 2004, 21:30:38 »
problem:
you need to put trig1=true in the activation of trigger2, not the condition

loner

  • Guest
Re:need help with my trigger!
« Reply #3 on: 20 Nov 2004, 00:37:06 »
THANX A TON! i got confused after awhile now i feel retarded for asking  :-\