Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. target = GameObj.pcs.find { |pcs| pcs.status}
  2. while target
  3. if target.name =~ /Zendowa|Shaelethe/
  4. if target.status =~ /prone|sitting|kneeling/
  5. fput "pull #{target}"
  6. if target.status =~ /stunned/
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement