Search results for query: *

  1. OSP Code Campaign Sea trade

    Hi,

    I've implemented your code into my mod (copy and paste :oops:).
    It's great, but the ships don't start to trade.

    I've insert these two lines:

    module_simple_triggers
    (else_try), ## SEA TRADE
      (display_message,"@SEA_CARAVAN: Begin sea trade."),
      (party_slot_eq, ":party_no", slot_party_type, spt_merchant_caravan),
      (display_message,"@SEA_CARAVAN: Party_type: spt_merchant_caravan."),

    When I run the game, the first message is displayed. The second not.

    The party_type is not "spt_merchant_caravan".
    Why?

    I use the module_system 1.158.
Back
Top Bottom