Hi
This should be a simple one but I cant seem to find the answer.
Rather than doing:
if numberOfLives == 33 then
n = n + 1
elseif numberOfLives == 66 then
n = n + 1
elseif numberOfLives == 99 then
n = n + 1
…
…
Is there a way to make it know something like:
elseif numberOfLives == (every 33 times) then
n = n + 1
This would save me lines of code
Im sure Im missing something so obvious
please help [import]uid: 43191 topic_id: 7782 reply_id: 307782[/import]