Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- osmosis.wielded.left = matches[2]
- osmosis.wielded.right = matches[3]
- if osmosis.wielded.left = "shield" then
- send("wear shield")
- elseif osmosis.wielded.left = "bow" then
- send("wear bow")
- else
- send("secure " .. osmosis.wielded.left)
- send("secure " .. osmosis.wielded.right)
- send("wield " matches[2])
- send("wield " matches[3])
- end
Advertisement
Add Comment
Please, Sign In to add comment