It is possible to create a trade route by using this event:
SendGood(int_t, city_t, city_t)
Send a good from one city to another
Unfortunatly canceling a trade route is not possible, via slic event call, because one of the arguments of this event is not possible to use in Slic:
KillTradeRoute(GEA_TradeRoute, int_t)
Kill a trade route
-Martin
SendGood(int_t, city_t, city_t)
Send a good from one city to another
Unfortunatly canceling a trade route is not possible, via slic event call, because one of the arguments of this event is not possible to use in Slic:
KillTradeRoute(GEA_TradeRoute, int_t)
Kill a trade route
-Martin
Comment