#Arc flash crash
1 messages · Page 1 of 1 (latest)
Let me guess, there's no failsafe when the power cell list is empty? Or maybe the list itself isn't even initiated since time demon isn't supposed to have any power cells
yeah i think the game gets stuck in a loop statement trying to find one so the game freezes on the step, had this happen a few time in a game i made in the same engine
yippiee
hol up
tries wasnt being incremented
Ye
Why not use for loops for that? They are literally made for such scenarios
GameMaker also has repeat(500) loops so I could have used that