ID:155083
 
Okay, so I am making a system that wait's 3 hours then has a Quest that everyone can participate in. My question is, should I make a loop to restart the 3 hour wait process after the quest ends? If so, should I use while() or goto()? Or is there a better way to do this? I don't have an issue getting it to work, just need to know what would be the best way to do this.