Home   Help Search Login Register  

Author Topic: When wood targets down mission complete  (Read 1565 times)

0 Members and 1 Guest are viewing this topic.

Offline punisher

  • Members
  • *
When wood targets down mission complete
« on: 15 Jul 2011, 15:03:22 »
On part of a marksman test mission i have the basic targets that go down when hit. When all 8 go down i want the mission to end.
I tryed a thing that worked in ofp: Not alive t and not alive tt.....etc mission end but had no luck, any ideas?
The Gimp clan- pushing the limits of OFP
http://www.youtube.com/user/Pigdogmeat

Offline F2kSel

  • Members
  • *
Re: When wood targets down mission complete
« Reply #1 on: 15 Jul 2011, 22:17:22 »
If used in a trigger cond then this will work.


popup targets
Code: [Select]
targetname animationPhase "terc" > 0.1

wooden target
Sorry I missed the wooden part.

!alive tankname   in  a trigger condition works.
« Last Edit: 16 Jul 2011, 14:19:22 by F2kSel »

Offline punisher

  • Members
  • *
Re: When wood targets down mission complete
« Reply #2 on: 16 Jul 2011, 15:09:14 »
thanks that does work for one target, but for all 8 it doesnt seem to...
I tried "!alive t and !alive tt" etc but it just doesnt end
Also !alive t; !alive tt but got an error for this
The Gimp clan- pushing the limits of OFP
http://www.youtube.com/user/Pigdogmeat

Offline F2kSel

  • Members
  • *
Re: When wood targets down mission complete
« Reply #3 on: 16 Jul 2011, 15:41:22 »
I see your checking multiple targets.

!alive t and  !alive tt  ect for as many as you have it works for me and will end the mission,

 
« Last Edit: 16 Jul 2011, 15:44:41 by F2kSel »

Offline punisher

  • Members
  • *
Re: When wood targets down mission complete
« Reply #4 on: 16 Jul 2011, 19:04:01 »
ok works now, seemed having "TT" has one of the names messed it up so just changed it :)
The Gimp clan- pushing the limits of OFP
http://www.youtube.com/user/Pigdogmeat