Functions Documentation
View Function Edit Function
Name shpCancelOrders
Syntax (shpCancelOrders ship)
Argument List ship: The ship that you want to cancel the orders of.
Returns condition: True is successful.
Category ship, orders
Description Removes any orders the ship currently has.
Example
(shpCancelOrders gPlayerShip)

Removes any orders for the player ship. Orders for the play ship come in the form of those green arrows.
Comment To be done before giving new orders.