• Outside of punishment appeals, these forums have been archived.
    We hope to see you on our Discord instead!
    Discord has a minimum age, found here. You may need to wait, or ask a parent to handle tickets for you.
  • Hey! Register here to create your account, engage with the community, and talk about what is new!

any good ways to code events for all players?

ddess

New member
Joined
Aug 17, 2022
Messages
8
Reaction score
0
like a repeating loop, that every 1 minute, a random event happens, like starvation and such
 

Frizou

New member
Joined
Aug 16, 2022
Messages
12
Reaction score
2
make a loop that repeats infinitely, add a variable randomizer in it (make a variable randomly chose between multiple numbers and each of them equal an event) and then add a 1 minute wait after that, then you can make each event separately with each of them being a number
 
Top Bottom