1. Start Editor
2. Select Stratis
3. Place any unit as Player
4. Open debug console and type following code:
crate = createVehicle ["Box_NATO_Ammo_F", getPos player,[],0,""]; crate enableSimulation false; crate setPosATL getPosATL player; crate enableSimulation true;
5. Observe that crate appears right under you (because of setPosATL getPosATL player) but when you close the menu, it quickly slides to position near you where it was originally after the spawn.