Back to "pot" tags

Move Potion Satchel into Backpack by kh1031

1
2if findlayer self 'outerbody' as outerbody
3    getlabel outerbody desc 
4    if "potion satchel" in desc
5        if findlayer self 'backpack' as mainbag
6        overhead 'Moving Potion Satchel' 88
7        lift outerbody 1
8        drop mainbag 130 125 0
9        dclick outerbody
10        endif
11    endif
12endif