Zorkaz Posted March 18, 2020 Posted March 18, 2020 Using "while" (eg. while self.isenabled(), endwhile) is certainly a way of making loops. But I'm just curious if anybody uses commonly another way to make script loops.
SKKmods Posted March 18, 2020 Posted March 18, 2020 I have yet to find a logical test that I can't cook with only IF ... ELSE and WHILE.
DieFeM Posted March 18, 2020 Posted March 18, 2020 Under some circumstances you can use a recursive timer or a recursive function.
Recommended Posts