#Leaderboard Timer
1 messages · Page 1 of 1 (latest)
either way you need a global variable that:
- for minutes, increases by 1 every 60 seconds
- for seconds, increases by 1 every second
- I'm not sure how low the Wait block can be before lower just doesn't count, so you can just increase it by 100 every 0.1s
Loop untill (thing happens) block
then
set (global variable) +1
wait 1 second/60 seconds for a minute
that's it
add the global variable to the rank
also make every round reset the variable
with a simple set (variable)=0
I'm too lazy to open the editor
Also replace the (thing happens) with main actor dies
place the [ ]<[ ] block i think
then main actor attribute
health = 0