Last item from bag
Posted: 2010-02-19 07:59:12
We have some var that stores the last item the went to bag?
like 'lastitem'
im using it to do that
uo.findtype('-1','-1','backpack')
l=uo.findcount('finditem')-1
while l>0
uo.ignore('finditem')
uo.findtype('-1','-1','backpack')
l=l-1
wend
uo.findtype('-1','-1','backpack')
is there any better way?
like 'lastitem'
im using it to do that
uo.findtype('-1','-1','backpack')
l=uo.findcount('finditem')-1
while l>0
uo.ignore('finditem')
uo.findtype('-1','-1','backpack')
l=l-1
wend
uo.findtype('-1','-1','backpack')
is there any better way?