tsutitire2

Untitled

Jun 14th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Variables:
  2. {%player%.yaw} = 0
  3. {%player%.pitch} = 0
  4. On crackshot shoot:
  5. set {%shooter%.yaw} to shooter's yaw
  6. set {%shooter%.pitch} to shooter's pitch
  7. set {%shooter%.yaw} to {%shooter%.yaw} + random integer between -5 to 5
  8. set {%shooter%.pitch} to {%shooter%.pitch} + random integer between -5 to 5
  9. set shooter's yaw to {%shooter%.yaw}
  10. set shooter's pitch to {%shooter%.pitch}
Add Comment
Please, Sign In to add comment