How do you guys deal with inner team trades do you just mouse it all or do you have a separate macro for each toon on each toon with the accept trade macro on another button or what

I think i might use 3 buttons one for

/target toonb
/trade

one for

/target toonc
/trade

and one on all three for
/run AcceptTrade()

I use hotkeynet so i thought i might set up something like this

keybind Ctrl f9 to
/target toonb
/trade

kebind shift f9 to
/target toonc
/trade

kebind f9 to
/run AcceptTrade()
on all toons
and run an HKN toggle to work it all

<hotkey scrolllockon ctrl f9>
<toggle>
<SendLabel w1>
<key ctrl f9>
<toggle>
<SendLabel w1, w2>
<Key f9>

<hotkey scrolllockon shift f9>
<toggle>
<SendLabel w1>
<key shift f9>
<toggle>
<SendLabel w1, w3>
<Key f9>

this will put 3 macros on the main toon bar and only one on each slave

ctrl f9 will open trade with slave one pushing it again will accept trade from master and slave one

shift f9 will open trade with slave two pushing it again will accept trade from master and slave two

If you have something better let me know