#Leaderboard Timer

1 messages · Page 1 of 1 (latest)

smoky sage
#

depends on what kind of time measurement you wanna use
minutes, seconds, milliseconds..

#

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
eternal elk
#

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

eternal elk
#

i was explaining everything step by step tho 😭

#

Yeah

eternal elk
#

place the [ ]<[ ] block i think

#

then main actor attribute

#

health = 0

eternal elk
#

place the current health and the zero in the upper block

#

replace each

#

😭

#

nos u have to put the other thingi

#

yeah

#

now put the wait 1 second block before the set block

#

screenshot

#

just make the ranking

#

but with thr score variable

eternal elk
#

yeah

#

that's yiur score variable

#

wait

#

me

#

a min

#

@dreamy tree go to your msin actor

#

then

#

when dying

#

upload score

#

select your variable

#

the lb

#

and keeo highest

#

kingstar