Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. function BastardCombo()
  2. if rebounding == true or shielding ==true
  3. send("stand||carve "..target)
  4. elseif reboudning == false
  5. send("stand||carve "..target)
  6. elseif shielding == false
  7. send("stand||carve "..target)
  8. elseif shielding == false and shielding == false
  9. send("stand||wipe bastard||envenom bastard with curare||wield bastard||underhand "..target.."||engage "..target)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement