Advertisement
SuzukazeK

Untitled

Nov 9th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. command /a:
  2. trigger:
  3. set {a} to 1
  4. a()
  5.  
  6. function a():
  7. loop {a} times:
  8. send "%{a}%" to all players
  9. set {a} to {a} + 1
  10. create file "plugins/Skript/scripts/aaa%{a}%.sk"
  11. wait a tick
  12. a()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement