Created: 3 months ago on 03/11/2025, 02:16:46 AM
FileType: Razor Script (Community Edition)
Size: 304
Description: This will take a satchel in your backpack and equip it, and then open it.
# Equip the Satchel
if findtype "utility belt" backpack as mySatchel
lift mySatchel 1
drop self firstvalid
wait 650
endif
# Open the Satchel
if findtype "utility belt" true as mySatchel
dclick mySatchel
endif