like this, just for shipbroker inventory selection https://ministry.kronosaur.com/record.hexm?id=87868

george moromisato 31 Oct 2019:

I fixed this by adding an event on ship brokers:

<StationType ...>
   <Events>
      <GetShipClassesForSale>

         ; gSource is the ship broker object.
         ;
         ; Returns a list of ship class UNIDs for the ships that this
         ; broker sells. We will choose a random set of these.

      </GetShipClassesForSale>
   </Events>
</StationType>
george moromisato 2 Nov 2019:

I added OR support to typFind:

(typFind "s +rasiermesser; | s +makayev;")

The above returns both rasiermesser and makayev ship classes.