#Timer

1 messages · Page 1 of 1 (latest)

proven jetty
#

Hi! how can i create a 3 minutes countdown timer that starts after a certain event is triggered

white ice
#
on join:
    trigger:
        loop reversed 10 times:
            wait 1 second
            send"%loop-value%" to event-player
acoustic viper
#

loop-iteration would be better there

#

or, you could set x to now while time since x <= 3 minutes:

white ice
#

depends on what it is needed for