I'm having varied results moving cargo from my ship to a Corporate Hangar Array (POS).
I've tried various forms of this
and sometimes it works for some of the stacks of items in my inventory and sometimes it doesn't work for any. When it does work, it never empties your inventory completely. There is always something left over.
Everything appears to be setup correctly but maybe I'm just not doing it right. Has anyone had success moving items from your hauler to your POS?
I've tried various forms of this
Code:
Entity[Corporate Hangar Array]:OpenCargo
wait 30
i:Set[1]
MyCargoCount:Set[${Me.Ship.GetCargo[]}]
do
{
MyCargo.Get[${i}]:MoveTo[${Entity[Corporate Hangar Array].ID},${Me.Ship.Cargo[${i}].Quantity},Corporation Folder 1]
wait 100
}
while ${i:Inc} <= ${MyCargoCount}
Everything appears to be setup correctly but maybe I'm just not doing it right. Has anyone had success moving items from your hauler to your POS?