Don't understand your question ...
Open Main->Buy/Sell
Create buylist, and when you can something to add into it- say 'buy' near vendor, and all what he can to trade, he input into left box where you can change quantity and items you want to buy by double click as i know.
When buylist would be created, msg in uo ',buy <name of buylist>'
For example: ,buy reagents
and your character'll buy that you input into a list.
If you see msg 'You want to buy fast' (or some look like that), change your buydelay.
For example: ,set buydelay 1500
Anything else?
For example in a macros:
Code:
sub Buy_Reg()
uo.Set('buydelay','2000') #IF you see a msg 'Fast' then change to 2500 e t.c.
uo.Buy('Reagents')
end sub