When Zeus places a crewed vehicle, the CuratorObjectPlaced event is apparently being fired as soon as the vehicle is created. The timing seems to be
- Create vehicle
- Fire CuratorObjectPlaced event
- Create vehicle crew
The difficulty comes in when the user's event handler performs a remoteExec involving the vehicle. The remote machine sometimes sees the vehicle with crew (about 90%) and sometimes without (about 10%).