поднимает все вещи в цтф в радиусе 3 шага на нажатие xоткея (стоит ф1)
set %HotKey f1
set %CtfItems CKF_LNK_RWF_IHJ_ZLF_LHJ_PEF_ZYF_QGJ_BHJ_FHJ_EHJ_FHJ_UDM
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Start:
onhotkey %HotKey
gosub Action
goto Start:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sub Action
finditem %CtfItems G_ , 3
if #findcnt <> 0
{
exevent Drag #findid #findstack
wait 5
exevent Dropc #backpackid
wait 5
}
goto Start
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







