OsmondDeschaine

Untitled

Feb 11th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. osmosis.wielded.left = matches[2]
  2. osmosis.wielded.right = matches[3]
  3.  
  4. if osmosis.wielded.left == "shield" then
  5. send("wear shield")
  6. elseif osmosis.wielded.left == "bow" then
  7. send("wear bow")
  8. else then
  9. send("secure " .. osmosis.wielded.left)
  10. send("secure " .. osmosis.wielded.right)
  11. send("wield " matches[2])
  12. send("wield " matches[3])
  13. end
Advertisement
Add Comment
Please, Sign In to add comment