So I have a timer that counts every 1 second. I also have a separate function that is put as
[lua]if (timer == 10) then
statement = true
end[/lua]
How should I word it if I want a function to go through on the times: 10, 17, 40? (there is no pattern for which numbers come up) How can I play the word “or” into my if/then statement in order to make it work?
Also how could I word it to lets say make statement = true on every multiple of 10. So at every 10, 100, 1000, etc.
Thanks ahead of time for any answers given. [import]uid: 35535 topic_id: 10344 reply_id: 310344[/import]
