I was looking at the new SKSE faction functions for a way to do this. A created a solution consisting of a combination of getFactions(), isVendor() and getMerchantContainer(). All works fine up to the point of getMerchantContainer() which always returns none. Get factions successfully returns all the factions within the specified criteria, isVendor successfully identifies the faction flagged as vendor but getMerchantContainer returns none every time...
Has anyone successfully used this function? In what context? Is there any other method of achieving this?
Thanks.