Re: Dropship opens hatch when doors blown off
In your Create(), do a check through all MOs, find ones that have the same PresetNames as the doors and the same RootID as the dropship. Then in your Update, constantly check if your door IDs are 255 (meaning they're destroyed) and then do your door controls if so.