Sending (fake) cargo-pod by script
Posted: Sat Feb 08, 2025 4:55 pm
I have two cargo pod owned by the same force "merchants", one is on nauvis (storage.merchants.nauvis.surface.player), the other is in orbit of nauvis (storage.merchants.nauvis.orbit)
I would like to launch a cargo-pod from orbit to surface with animations and everything
For now I tried :
The cargo pod instantly disapear,
I need the animation and optionnaly to trigger something when the cargo arrive at destination (I don't mind to have a real inventory transfer)
I would like to launch a cargo-pod from orbit to surface with animations and everything
For now I tried :
Code: Select all
local pod=storage.market.nauvis.orbit.create_cargo_pod()
pod.cargo_pod_destination={type=defines.cargo_destination.surface, surface="nauvis" }
I need the animation and optionnaly to trigger something when the cargo arrive at destination (I don't mind to have a real inventory transfer)