Dota 2
BOT EXPERIMENT Credit:FURIOUSPUPPY
Yavimaya Mar 11, 2017 @ 2:28pm
Courier
Arz, Your courier drop off is a bit slow, please add:

npcBot:ActionImmediate_Courier( npcCourier, COURIER_ACTION_RETURN )
after:

npcBot:ActionImmediate_Courier( npcCourier, COURIER_ACTION_TRANSFER_ITEMS )

so it looks like:

npcBot:ActionImmediate_Courier( npcCourier, COURIER_ACTION_TRANSFER_ITEMS )
npcBot:ActionImmediate_Courier( npcCourier, COURIER_ACTION_RETURN )

thanks.