Guest User

gethigh.sk

a guest
Apr 20th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. on rightclick holding tall grass:
  2. set {_waited} to difference between {weed.%player%.lastused} and now
  3. if {_waited} is less than a minute:
  4. message "&1[&2GetHigh&1]&3 Don't hog the blunt, wait &9%difference between a minute and {_waited}%&3 before you can chief again!"
  5. cancel event
  6. else:
  7. chance of 25%:
  8. send "&2---------------------------------"
  9. send "&8This some stank weed"
  10. send "&2---------------------------------"
  11. remove 1 tall grass from the player
  12. apply nausea 4 to player for 15 seconds
  13. set {weed.%player%.lastused} to now
  14. chance of 25%:
  15. send "&2---------------------------------"
  16. send "&9This lettuce feel speedy"
  17. send "&2---------------------------------"
  18. remove 1 tall grass from the player
  19. apply speed 1 to player for 10 seconds
  20. apply nausea 1 to player for 15 seconds
  21. set {weed.%player%.lastused} to now
  22. chance of 25%:
  23. send "&2---------------------------------"
  24. send "&cWho sold you this? Let me cop some"
  25. send "&2---------------------------------"
  26. remove 1 tall grass from the player
  27. apply strength 1 to player for 10 seconds
  28. apply nausea 2 to player for 15 seconds
  29. set {weed.%player%.lastused} to now
  30. chance of 25%:
  31. send "&2---------------------------------"
  32. send "&7This is rosemary, not weed"
  33. send "&2---------------------------------"
  34. remove 1 tall grass from player
  35. set {weed.%player%.lastused} to now
Advertisement
Add Comment
Please, Sign In to add comment