Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
death by trigger
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: death by trigger (Read 1517 times)
0 Members and 1 Guest are viewing this topic.
D_P_
Members
YAY! I'm a lama again! ...oh wait.
death by trigger
«
on:
18 Mar 2007, 00:50:40 »
okay this question seems simple but i'm having trouble....
How do I create a trigger, activated by any west units, that kills any west that enter into it?
silly, i know.
Logged
just setpos & forgetpos!
sharkattack
Former Staff
Re: death by trigger
«
Reply #1 on:
18 Mar 2007, 00:59:58 »
set up youre trigger
west present (or whoever)
condition
this AND unitname in thisilst
on activation
unitname setdamage 1
unitname enters trigger unitname dies
Logged
"HOLY SARDINE"
- see Shark-Attack meet his match
D_P_
Members
YAY! I'm a lama again! ...oh wait.
Re: death by trigger
«
Reply #2 on:
18 Mar 2007, 01:55:23 »
is there a way to not have to name each west unit but still achieve the same result?
Logged
just setpos & forgetpos!
h-
OFPEC Site
Administrator
Formerly HateR_Kint
Re: death by trigger
«
Reply #3 on:
18 Mar 2007, 08:41:38 »
Easily.
Set up the trigger covering the desired area.
Activated by BLUFOR, repeatedly.
On Activation: {_x setDamage 1} forEach thislist
Logged
Project MCAR
---
Northern Fronts
---
Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.
D_P_
Members
YAY! I'm a lama again! ...oh wait.
Re: death by trigger
«
Reply #4 on:
18 Mar 2007, 08:46:32 »
works perfect!
thanks again~
Logged
just setpos & forgetpos!
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
death by trigger
Top of page