#Countdown
1 messages · Page 1 of 1 (latest)
Wdym
Why not just use a timespan
while now < {_t}:
send difference between {_t} and now
wait 1 second```
i want that the countdown it will show like 4:59
Try setting s to 0 before the loop and looping m*60 times
Or
while now < {_t}:
set {_w} to difference between {_t} and now
send "%minutes of {_w}%:%(seconds of {_w}) - (minutes of {_w} * 60)%"
wait 1 second```
ok
Either should work
This might require skbee