Back to "question" tags

Use Rope and Teleport (slower) by Jaseowns

1# Use Rope and Teleport by Jaseowns
2# UO Outlands - https://youtu.be/33QpamFkJ1g?t=4369
3# Casts teleport and then rope if you have one
4while not targetexists 
5    cast 'Teleport'
6endwhile
7while targetexists 
8    wait 50
9endwhile
10if findtype "rope" backpack
11    say '[rope'
12    while not targetexists
13        wait 50
14    endwhile
15endif