Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Any 1 know how ta get ammo crates to not Dammage?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Any 1 know how ta get ammo crates to not Dammage? (Read 653 times)
0 Members and 1 Guest are viewing this topic.
GingaWRATH
Guest
Any 1 know how ta get ammo crates to not Dammage?
«
on:
15 Jul 2003, 10:21:23 »
I'm makin a Co Op And there is respawn along with a flight of choppers that whipe the area clean Dead. Problem is that they blow the crates up to. How do i stop these Suckers from getting any Dammage? :-\
«
Last Edit: 15 Jul 2003, 10:22:14 by GingaWRATH
»
Logged
macguba
Former Staff
Re:Any 1 know how ta get ammo crates to not Dammage?
«
Reply #1 on:
15 Jul 2003, 12:47:15 »
Somewhere, perhaps in a trigger that is fired when the choppers leave the area, just write
crate1 setdammage 0
and so on. Alternatively run a looping script
#loop
crate1 setdammage 0
~2
goto "loop"
Logged
Plenty of
reviewed ArmA missions
for you to play
GingaWRATH
Guest
Re:Any 1 know how ta get ammo crates to not Dammage?
«
Reply #2 on:
15 Jul 2003, 18:45:24 »
Mmmm... i think if there is any way of respawning the ammo crates then that would fix it.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Any 1 know how ta get ammo crates to not Dammage?
Top of page