2015-01-11 16:42:31 +00:00
|
|
|
// by commy2
|
2015-01-13 19:56:02 +00:00
|
|
|
#include "script_component.hpp"
|
2015-01-11 16:42:31 +00:00
|
|
|
|
|
|
|
private "_object";
|
|
|
|
|
|
|
|
_object = _this select 0;
|
|
|
|
|
2015-01-12 04:02:33 +00:00
|
|
|
!isNull (_object getVariable ["ACE_isUsedBy", objNull])
|