if "%region at player%" contains "JumpCequand":
send "Jump de cequand"
set {timer.%player%}
set {timer.%player%} to now
command /lobby:
trigger:
if file "plugin/Skript/script/%player%.yml" does not exists:
create file plugin/Skript/script/%player%.yml"
set "Temps" to "%{_waited}%" in yaml file plugin/Skript/script/%player%.yml"```
i want to do a timer for a parkour and save the name of the player and the time he I would like to make a timer to know what time the players did at the jump,
So I save the time and the player's nickname in a YML for each player
The thing is that the time marks for example "10 seconds" and not just "10" so I can't compare people's time
do you have any idea how to remove the "seconds" in my YML or in {_waited} or change the way I calculate the time?
#Timer with YML
1 messages · Page 1 of 1 (latest)