Home   Help Search Login Register  

Author Topic: Mission Ending Trigger- fairly simple?  (Read 1141 times)

0 Members and 1 Guest are viewing this topic.

Dieter122

  • Guest
Mission Ending Trigger- fairly simple?
« on: 27 Oct 2002, 18:44:13 »
What I wish to do is have 2 areas that have the activation of the lack of East forces in the area....once both are done (all enemies destroyed), a 3rd trigger would go off saying mission complete, yada yada, with music and all......i tried having 2 different triggers with the names "tri1" and "tri2" then the 3rd trigger be activated by "tri1";"tri2" but it didnt work.....does anyone know?  

seanver

  • Guest
Re:Mission Ending Trigger- fairly simple?
« Reply #1 on: 27 Oct 2002, 20:43:23 »
Put in the On Activation field of one of the triggers "tri1=true" And in the other: "tri2=true"

Now in the condition field of the third put "tri1 AND tri2"

Dieter122

  • Guest
Re:Mission Ending Trigger- fairly simple?
« Reply #2 on: 28 Oct 2002, 00:54:17 »
i get the msg "error in type and object, bool=  yada yada yada...when i go to preview the mission...whys it doing that ? =-/

Dieter122

  • Guest
Re:Mission Ending Trigger- fairly simple?
« Reply #3 on: 28 Oct 2002, 23:36:59 »
someone PLEASEEEEE help me, i need this to finish my mission  :(

knepo

  • Guest
Re:Mission Ending Trigger- fairly simple?
« Reply #4 on: 29 Oct 2002, 00:15:34 »
first: make a gamelogic unit.
Then make a waypiont for gamelogic, make sure its a and waypoint. syncronize the triggers u got with this waypoint. make a 2. waypoint place it a bit from the 1., make a trigger that  u group with the gamelogic. and set the trigger on present and then mission complete.

Sorry for bad english :)

Dieter122

  • Guest
Re:Mission Ending Trigger- fairly simple?
« Reply #5 on: 29 Oct 2002, 02:33:10 »
you just totally confused me past where i was before, sorry, but thanks for the reply  :-\

knepo

  • Guest
Re:Mission Ending Trigger- fairly simple?
« Reply #6 on: 29 Oct 2002, 17:10:50 »
the two triggers u got, u sync them with a gamelogic. when those triggers are activated. gamelogic moves to his nextwaypoint, and there u got a new trigger when gamelogic present mission end. :-\

knepo

  • Guest
Re:Mission Ending Trigger- fairly simple?
« Reply #7 on: 29 Oct 2002, 17:34:26 »
Here u got a sample mission :)

Offline mcnorth

  • Members
  • *
Re:Mission Ending Trigger- fairly simple?
« Reply #8 on: 30 Oct 2002, 12:30:41 »
SeAnVer gave you a really good simple answere. Here it is in the form of a sample mission. First do radio alpha to fire the first trigger, then do radio bravo to fire the second trigger and 5 seconds later the third trigger will fire.

Soul Catcher

  • Guest
Re:Mission Ending Trigger- fairly simple?
« Reply #9 on: 31 Oct 2002, 01:38:29 »
just put "v1=true" in the On-Activation field of the first trigger and put "v2=true" in the same field on the other trigger (no speech marks).

the third trigger should be an end trigger (End#1 for example)  and put this in its condition field put "v1 and v2" (again no speech marks). That definately works (i use stuff like that all the time in my missions, just more complicated).