I'm having a small problem that I can't seem to get rid of. I'm making an add-on, and I've got some resources in different PBOs. I've got some ammo boxes defined in a particular PBO, which works fine, etc, and I've got some frequently-used mission-related scripts in another PBO.
One of the PBOs is a supply-drop script, of sorts... it attaches a parachute to one of the custom ammo boxes, and drops it (to be simplistic about it's purpose). When the
script is called ammo box is created with createVehicle, I get the following error:
Addon hmm_units (entry HMM_DropBox) not found in the list of active addons.
Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
hmm_units
Nothing strange about that...
however, here's the weird part... the PBO mod-folder is loaded and the correct ammo box (class name "HMM_DropBox") still is created, attached to the 'chute, and still falls to the ground (with all the correct ammo, etc.). Maybe I'm overlooking something, but why does the error still occur if the box is clearly loaded correctly?
Any help would be greatly appreciated. I'm stumped with this one.