Back to "b" tags

Legenis's Golden Shower by legenis

Description: Legenis's Golden Shower

1@setvar! goldAmountToDrop 8
2
3if findtype "gold coin" backpack as item
4    lift item goldAmountToDrop
5    droprelloc 0 0
6    wait 200
7    if insysmsg "cannot drop anything"
8        drop backpack -1 -1 -1
9    endif
10    wait 300
11    replay
12endif
13
14loop