Back to "b" tags

Lock or unlock your lockable loot box by Jaseowns

1# Lock or unlock your lockable loot box by Jaseowns
2# UO Outlands 
3# For ash3nu0
4# use >info on your box and key and replace the variables below:
5@setvar! myLockBox 0x46EFD632
6@setvar! myLockBoxKey 0x46EFD633
7dclick myLockBoxKey
8wft 500
9target myLockBox
10getlabel myLockBox desc
11if "stones" in desc
12    overhead "Unlocked" 88
13else
14    overhead "Locked!" 34
15endif