I have this set to what I want to buy and I added in Kham's fix but if the items I want is not on the list, it does not click accept and it just hangs there. I have it to buy
set %npc_id1 YEDUG
set %npc_id2 XOCDC
gosub TM_BuyAgent_ID %npc_id1 NZF 999 ; 999 Fertile Dirt (I set this to 999 to buy max of the amount, hoping it will buy all if amount is lower)
gosub TM_BuyAgent_ID %npc_id2 NZF 999 ; 999 Fertile Dirt
wait 300s ;so it will check back every 5 minutes to see if they have respawned
return