• 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