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)