Bapeth's Dungeon Rope by barryroser
Description: This script is meant to be used with Bapeth's Modern Dungeon Picker
https://outlands.uorazorscripts.com/script/d6b286a7-bebf-470b-a1ba-7d3a80114a79
1# Bapeth's Dungeon Rope
2#
3# This is a simple Rope script that calls Bapeths Modern Dungeon Picker script
4# Make sure line #13 matches the name you saved the lockpicker script as
5
6if findtype "rope" backpack 2799 as brope
7 dclick brope
8else
9 overhead "I am out of rope..." 34
10endif
11
12if skill "Lockpicking" >= 80
13 script "Bapeths Modern Dungeon Picker"
14endif