Advertisement
Whiteaxe

ranger

Feb 4th, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. elsif Char.name =~ /Gomble/
  2. if GameObj.left_hand.inpsect =~ /longbow/
  3. stand() if !standing?
  4. change_stance('offensive')
  5. fput "get my 1 arrow"
  6. waitfor "You remove"
  7. fput "fire"
  8. change_stance('guarded')
  9. fput "gather arrows"
  10. waitfor "You pick up"
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement