Hello! I need help setting a variable to the amount of seconds in another variable, for example:
Error: Can't understand this expression 'amount of seconds in {timeinseconds::%player's uuid%}'
Code:
every 1 second:
loop all players:
if {timer.toggled::%loop-player's uuid%} is true:
add 1 second to {timeinseconds::%loop-player's uuid%}
command /converttimeintonumbers:
permission: SS.buildtimer
trigger:
set {_timeinnumbers} to amount of seconds in {timeinseconds::%player's uuid%}
send "%{_timeinnumbers}%" to player
Error: Can't understand this expression 'amount of seconds in {timeinseconds::%player's uuid%}'