Lockbox Management Part Two by jolanar
Related: Lockpicking
Description from the author:
if findtype 'copper key' as key and findtype 'small crate' as box
getlabel box desc
if "stones" in desc
overhead "Locking"
dclick key
wft
target box
else
overhead "Already Locked!"
endif
endif
if findtype 'copper key' as key and findtype 'crate' as box
getlabel box desc
if "stones" in desc
overhead "Locking"
dclick key
wft
target box
else
overhead "Already Locked!"
endif
endifThis will lock the box after organizer agent is complete. To be used in combination with part one.








