Guest User

Untitled

a guest
Feb 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function dowield(item)
  2.  
  3. if dualweapons[matches[2]] then
  4. send("unwield " ..wielding.left)
  5. end
  6. if wielding.left=darkbow then
  7. send("wear darkbow")
  8. end
  9. else send("put " ..wielding.left.. "in " ..wstore)
  10. end
Add Comment
Please, Sign In to add comment