|
@@ -105,6 +105,9 @@ class CfgVehicles
|
|
|
{
|
|
|
#include "user_action.hpp"
|
|
|
};
|
|
|
+ class EventHandlers : DefaultEventhandlers {
|
|
|
+ fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');";
|
|
|
+ };
|
|
|
class ACE_SelfActions:ACE_SelfActions
|
|
|
{
|
|
|
|
|
@@ -190,6 +193,9 @@ class CfgVehicles
|
|
|
animPeriod = 5;
|
|
|
};
|
|
|
};
|
|
|
+ class EventHandlers : DefaultEventhandlers {
|
|
|
+ fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');";
|
|
|
+ };
|
|
|
|
|
|
class ACE_SelfActions:ACE_SelfActions
|
|
|
{
|