

Mcjaggon
Member-
Content Count
10 -
Joined
-
Last visited
-
Medals
Community Reputation
1 NeutralAbout Mcjaggon
-
Rank
Private
Profile Information
-
Gender
Male
-
Location
France
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
DISABLE Trigger with condition
Mcjaggon replied to Mcjaggon's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks All for your help ! I found the solution, i use this on my trigger : Condition : if( alive SB ) then {west countSide (getPos SB nearEntities 10) >0}; Activation : bombornullanyvariablename = "R_80mm_HE" createVehicle getPos SB; And now it works !- 13 replies
-
- disable trigger
- suicide bomber
-
(and 2 more)
Tagged with:
-
DISABLE Trigger with condition
Mcjaggon replied to Mcjaggon's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I don't want area for activate my trigger This video use the script And i just want to add an condition : If the suicide bomber is alive, the bomb explode, if he's dead, the bomb not explode- 13 replies
-
- disable trigger
- suicide bomber
-
(and 2 more)
Tagged with:
-
DISABLE Trigger with condition
Mcjaggon replied to Mcjaggon's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I try this and i can't valid this command, i have erreur message Condition : ! alive SB Activation : I try this : deletevehicle trig2 and this : enableSimulation trig2- 13 replies
-
- disable trigger
- suicide bomber
-
(and 2 more)
Tagged with:
-
Mcjaggon started following DISABLE Trigger with condition
-
Hi everyone. I wish to disable trigger activation if my unit is dead. So that's my code on my trigger : Condition : if(! alive SB ) then {west countSide (getPos SB nearEntities 10) >0}; Activation : bombornullanyvariablename = "R_80mm_HE" createVehicle getPos SB; But that dont work, when my Unit "SB" is dead, if i near of this, i explode. thanks for your help
- 13 replies
-
- disable trigger
- suicide bomber
-
(and 2 more)
Tagged with: