familychicken

Untitled

Dec 24th, 2021 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. variables:
  2. {%player%.toggle} = 10
  3.  
  4. on sneak toggle:
  5. set {_y} to (player's y coordinate)
  6. if {%player%.toggle} is not 1:
  7. player is sneaking
  8. push the player forwards at speed 2/{_y}^0.6
  9.  
  10.  
  11. command /togglepush <number>:
  12. trigger:
  13. set {%player%.toggle} to arg
  14. message "1で無効 それ以外は有効"
  15.  
Add Comment
Please, Sign In to add comment