💪 :flag_vi: 🍤
OM0 death was suggested by Caster. Everything else was found in the code and tested by me.
In order to make the bodycast fall out of the Ambulance two conditions must be met: Claude is close to the Ambulance and its health is 900 or lower. The key is to put a rigged car in a proper position - it can't be too close to the Ambulance, because if it blows up, another one spawns. There's also one more thing you need to know - the Ambulance must be on the screen when you blow up your car. For some reason there's this code:
IF IS_CAR_ON_SCREEN ambulance_rc5 SET_CAR_ONLY_DAMAGED_BY_PLAYER ambulance_rc5 false ELSE SET_CAR_ONLY_DAMAGED_BY_PLAYER ambulance_rc5 true ENDIF
So don't forget to turn your camera first. Everything else should be straightforward.