OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: The-Architect on 18 Mar 2009, 16:07:27

Title: Destroyed map object
Post by: The-Architect on 18 Mar 2009, 16:07:27
How can I check to see whether a map object has been destroyed?
Title: Re: Destroyed map object
Post by: Deadfast on 18 Mar 2009, 16:18:08
Condition:
Code: [Select]
damage ([0,0,0] nearestObject 123456) == 1

- where 123456 is the object's ID