Hello, I am new here and I really need a help:
I want that, every 10 minutes of playtime the players receive 1 "Virtual Currency" Let's call them "Souls" but I don't want that AFK players earn that Soul too, how can I do that?
I want that, every 10 minutes of playtime the players receive 1 "Virtual Currency" Let's call them "Souls" but I don't want that AFK players earn that Soul too, how can I do that?
Code:
every 10 minutes:
loop all players:
if %player% is afk:
send "no gift for you" to loop-player
else:
add 1 to {soul.%loop-player%}
send "{@p} You received 1 soul for playing 10 minutes!" to loop-player