Usage: |
canceltrade |
Example: |
canceltrade |
Cancels all pending trades in current city.
You can also cancel trades by their tradeId:
Usage: |
canceltrade tradeId |
Example: |
execute "canceltrade " + city.tradesArray[0].id |
This example will cancel the 1st trade in the city's current tradesArray (the oldest trade in the array will be at position 0)