# When standing near an item, send the 'take' packet every x seconds until
# the item has been taken.
ai_take .2
# Give up if unable to pickup item after x seconds
ai_take_giveup 1.5
ai_items_gather_giveup 1.5
# Every x seconds, check items for gathering
ai_items_gather_auto .3
# Only gather items that have been more than x seconds on screen
ai_items_gather_start .3