This causes the MHQ module to not function properly. MHQ module depends on the variable 'vehicles' the command 'vehicleVarName'. I believe ALiVE renames vehicles for persistence features. When the vehicles are renamed the MHQ module can't reference what vehicles were named with 'INS_MHQ_x'. The fix currently is checking which vehicles are named with 'INS_MHQ_x' by doing it in the init.sqf, and storing the names in a variable that is set on the vehicle, which can be referenced later. This is working for now.
This causes the MHQ module to not function properly. MHQ module depends on the variable 'vehicles' the command 'vehicleVarName'. I believe ALiVE renames vehicles for persistence features. When the vehicles are renamed the MHQ module can't reference what vehicles were named with 'INS_MHQ_x'. The fix currently is checking which vehicles are named with 'INS_MHQ_x' by doing it in the init.sqf, and storing the names in a variable that is set on the vehicle, which can be referenced later. This is working for now.