I want to give the player a prize for every 100th in their score, so when the score hits 100, 200, 300, 400, so on.
How can I tell the engine to do that without having to do;
'If (variable) equals 100 then>
If variable equals 200 then>
I hope you understand what I mean.