Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Round Simulation. Loops or Otherwise?

Asked by
Tor6 0
10 years ago

I want to put players in a continuous round simulation. I have a number of functions listed, and then with those functions I can put them in a loop. The question I have is, do I even use a loop for such a thing? (A loop meaning a 'while true do' loop. ) Do most developers, such as those of Mad Murderer, Paintball, Slender Stop It, Murder Mystery, etc. use while true do loops to run their entire round simulated games?

1 answer

Log in to vote
1
Answered by
Link43758 175
10 years ago

I'm not sure how major game developers organize their scripts, but I can tell you that a while loop will definitely be the most efficient loop to use for making a game based off of rounds.

0
Alright, thank you! Tor6 0 — 10y
0
No problem! :) Link43758 175 — 10y
Ad

Answer this question