You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the slingload pods under opfor->storage -> "Taru Medical Pod"
class Extended_Init_EventHandlers {
class Land_Pod_Heli_Transport_04_medevac_F {
class test { init = "diag_log text format ['XEH init - %1',_this];"; };
No XEH event happens and allVariables cursorTarget = [],
If I do call CBA_fnc_startFallbackLoop; and then "Land_Pod_Heli_Transport_04_medevac_F" createVehicle (getpos player)
I do get an event for the new one.
Not sure why XEH is failing, the EventHandler configs seem to be correct.
If I explicitly re-add with
class Pod_Heli_Transport_04_crewed_base_F;
class Land_Pod_Heli_Transport_04_medevac_F: Pod_Heli_Transport_04_crewed_base_F {
XEH_ENABLED;
};
It will work. Not sure if something broke in 1.60?
The text was updated successfully, but these errors were encountered:
For the slingload pods under opfor->storage -> "Taru Medical Pod"
No XEH event happens and
allVariables cursorTarget = []
,If I do
call CBA_fnc_startFallbackLoop;
and then"Land_Pod_Heli_Transport_04_medevac_F" createVehicle (getpos player)
I do get an event for the new one.
Not sure why XEH is failing, the EventHandler configs seem to be correct.
If I explicitly re-add with
It will work. Not sure if something broke in 1.60?
The text was updated successfully, but these errors were encountered: