
Untitled
By: a guest on
Jun 22nd, 2012 | syntax:
Lua | size: 0.35 KB | hits: 13 | expires: Never
if bow=yes then
send ("get meteor from bag383324")
send ("shoot " .. target .. " with meteor")
elseif bow=no then
send ("sheathe scimitar352358")
send ("unwield left")
send ("unwield right")
send ("get bow129544 from baldric395342")
send ("wield bow129544")
send ("shoot " .. target .. " with meteor")
bow=yes
sword=no
dagger=no
end