I'm having trouble with the following:
1. Cancelling orders on the ship when the user sets a new default behavior. <cancel_all_orders /> seems to have no effect on, for example, "Fly and Wait". Do I need to pass a releasesignal to the current order? Is it possible to cancel a user-issued wait command? Current workaround: just cancel any orders manually.
2. Docking and waiting until a drop is found in current zone. As soon as I use <create_order />, the script re-initializes and starts over from the top. That's if I tell it to just "Dock". If I tell it to "Dock and Wait", it will wait forever, not sure how to interrupt the wait. Currently just have it waiting 30 seconds, after which it undocks and the script restarts.
Anyone know what I'm doing wrong?
Uploaded to Github here: https://github.com/Tyrant597/CollectAllWaresInZone
Collect All Wares In Zone
Really recommended for use with my mod: Collect Inventory Wares

