Drop gold and put hands up by Jaseowns
1# Drop gold and put hands up by Jaseowns
2# UO Outlands
3# Golden Shower
4
5@setvar! goldAmountToDrop 60000
6
7if findtype "gold coin" backpack as item
8 lift item goldAmountToDrop
9 droprelloc 0 0
10 wait 200
11 if insysmsg "cannot drop anything"
12 drop backpack -1 -1 -1
13 endif
14 wait 400
15 replay
16endif
17
18say "My hands are up!" 88
19