Open and play the attached mission.
- enter the east mk6 and execute following statement with debug console:
hint str (vehicle player == mor_e)
- the answer is true
- get out and disassemble east mk6, no side chat message is displayed even though the mk6 has the following statement in the init line:
this respawnVehicle [10]; this addEventHandler ["WeaponDisassembled", {player sidechat "weapon to bags"}]
- which proves bug 4 exists
- reassemble mk6, the newly assembled mk6 has the same model as the west mk6, this proves bug 2 exists
- enter the newly assembled east mk6 and execute following statement with debug console:
hint str (vehicle player == mor_e)
- the answer is false which proves bug 1 exists