Advertisement
Whiteaxe

fletchcode

Dec 15th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. def make_bolt(settings,paints)
  2. shaftcheck = GameObj.Item.Find { |item| item.name =~ /crossbow shaft/ }
  3. check = dothistimeout "get 1 my #{shaftcheck.id}", 1, /You remove|get what?/
  4. if check =~ /Get what?/
  5. return
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement