Tintai
Recruit

I have trouble to give merchant my new items.
So I made some new items but I want them only appears in one merchant. "troop_add_merchandise" won't work for item like "itm_...". How can I assign few items to only one merchant?
I have this:
But it's not working like I want.
So I made some new items but I want them only appears in one merchant. "troop_add_merchandise" won't work for item like "itm_...". How can I assign few items to only one merchant?
I have this:
Code:
(store_random_in_range,":new_item", "itm_new_1", "itm_new_5"),
(troop_clear_inventory, "trp_itm_merchant"),
(troop_add_merchandise, "trp_itm_merchant", :new_item, 1),