Function AgreeTrade
Posted: Tue Mar 29, 2011 11:52 am
Hello,
I'm trying to use the function AgreeTrade.
But ... I have a little problem
if I use AgreeTrade in a macro "/script AgreeTrade" it's work after a TRADE_REQUEST event
but if I use AgreeTrade in a script after a TRADE_REQUEST event itsd doesn't work
I have the same problem with this StaticPopup_OnClick(StaticPopup1Button1, 1)
nb: sorry for my english
I'm trying to use the function AgreeTrade.
But ... I have a little problem
if I use AgreeTrade in a macro "/script AgreeTrade" it's work after a TRADE_REQUEST event
but if I use AgreeTrade in a script after a TRADE_REQUEST event itsd doesn't work
Code: Select all
function AutoTrade_AgreeTrade( arg1 )
AgreeTrade()
--StaticPopup_OnClick(StaticPopup1Button1, 1);
endI have the same problem with this StaticPopup_OnClick(StaticPopup1Button1, 1)
nb: sorry for my english