Advertisement
Guest User

Untitled

a guest
Jan 15th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. {"test"
  2. {condition
  3. }
  4. {actions
  5. {"while"
  6. {condition
  7. {type entities}
  8. {selector
  9. {player "0"}
  10. }
  11. } -- просто 100% срабатывающее условие
  12. {"switch"
  13. {"case"
  14. {condition
  15. {type rand}
  16. {value 0.56}
  17. }
  18. } -- нихера не делать
  19. {"case"
  20. {condition
  21. {type rand}
  22. {value 0.55}
  23. }
  24. {"scenario"
  25. {message
  26. {text ""}
  27. }
  28. } -- показать заставку
  29. }
  30. }
  31. {"delay"
  32. {time 0.05}
  33. } -- бесконечный цикл длиной 0.05с
  34. }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement