#How to format seconds diff
1 messages · Page 1 of 1 (latest)
aliases: /wild
trigger:
set {_lastRTP} to {cooldowns::randomtp::%player's uuid%}
if difference between {_lastRTP} and now < 30 seconds:
set {_remaining} to difference between 30 seconds and difference between {_lastRTP} and now
send "&cYou can't rtp for another %{_remaining}%." to player
send action bar "&cYou can't rtp for another %{_remaining}%." to player
stop```
round(x)
where do i put that 😭 ?
assuming; round(%{_remaining}%)
not sure though
does nothing