#help me
1 messages · Page 1 of 1 (latest)
ok?!?!
interesting
That’s crazy
tell me how to do it
How to do what you didn’t ask anything you just made a statement?
I need a solution to this problem
Use on join
While player is online
is this a one off thing or every hour?
one-time
you can throw off the finished code how it should work?
huh?
help
stop tagging me
Lmfao
huh? <-- this would imply "wtf do you mean?"
on join:
while player is online:
wait an hour
give a diamond to the player
I need to be able to get a diamond 1 time a day
I'm sure you can figure that out
happy to help if you are having a specific issue while implementing that
on join:
set {jointime::%player%} to now
every minute:
loop all players:
if difference between now and {jointime::%loop-player%} is not less than 24 hours:
drop diamond at loop-player
set {jointime::%loop-player%} to now
on quit:
delete {jointime::%player%}
on kick:
delete {jointime::%player%}