Advertisement
TE1TO9_

Untitled

Apr 22nd, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.34 KB | None | 0 0
  1. command /ta [<text>]:
  2.    trigger:
  3.       if arg 1 is "start":
  4.          {timed} is not 1
  5.          set {time} to 0
  6.          set {timed} to 1
  7.          while {timed} is 1:
  8.             add 0.1 to {time}
  9.             wait 2 tick
  10.       else if arg 1 is "finish":
  11.          set {timed} to 0
  12.          send "%player%の記録は%{time}です" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement