Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
Arma2 - Editing/Scripting General
(Moderators:
h-
,
i0n0s
) »
When wood targets down mission complete
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: When wood targets down mission complete (Read 2576 times)
0 Members and 1 Guest are viewing this topic.
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?
Logged
The Gimp clan- pushing the limits of OFP
http://www.youtube.com/user/Pigdogmeat
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
»
Logged
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
Logged
The Gimp clan- pushing the limits of OFP
http://www.youtube.com/user/Pigdogmeat
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
»
Logged
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
Logged
The Gimp clan- pushing the limits of OFP
http://www.youtube.com/user/Pigdogmeat
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
Arma2 - Editing/Scripting General
(Moderators:
h-
,
i0n0s
) »
When wood targets down mission complete
Top of page