Heres what I got, which one is more correct?
set %ashboards TLK 1191
Sub getash
finditem %ashboards C_ , %resource
for #findindex 1 #findcnt
exevent drag #findid 100
exevent dropc %backpack
wait 30
return
or is this one correct?
set %ashboards TLK
Sub getash
finditem %ashboards C_ , %resource
#Findcol 1191
for #findindex 1 #findcnt
exevent drag #findid 100
exevent dropc %backpack
wait 30
return
Or finally...
set %ashboards TLK
Sub getash
finditem %ashboards && #Findcol 1191 C_ , %resource
for #findindex 1 #findcnt
exevent drag #findid 100
exevent dropc %backpack
wait 30
return
Ugh, comfusing lol.