Would be nice to have 'backpack' as a parameter for certain commands, which would let to search and target only serials/types of items inside backpack and not on paperdoll or 2 tiles on the ground. Ideally there could also be deapth parameter, which would let specify how many containers deep it would look for those items. 0 could mean to look only inside root level of backpack. It would greatly help with sorting loot, since the default loadout is usually stored inside trapped pouches etc.
if findtype 'lootID' 'backpack' 0
movetype 'lootID' 'backpack' 0
endif
Would be nice to have 'backpack' as a parameter for certain commands, which would let to search and target only serials/types of items inside backpack and not on paperdoll or 2 tiles on the ground. Ideally there could also be deapth parameter, which would let specify how many containers deep it would look for those items. 0 could mean to look only inside root level of backpack. It would greatly help with sorting loot, since the default loadout is usually stored inside trapped pouches etc.
if findtype 'lootID' 'backpack' 0 movetype 'lootID' 'backpack' 0 endif
OR
@movetype 'lootID' 'backpack' 0