This is more of a nuance that caused me over 3h of a frustration (at least my code is ok lol) but does any1 know why game.print, skips repeating values?... i.e when printing the same number x time I only see it printed x/2 times.... skipping every second time, doesn't matter if i print it at once or every x ticks.... it does it even if you have a sequence of 1,2,3,3,3,2,1, only 2 3's will be printed the middle one will create silence
note to self and everyone else use write to file when diagnosing anything, don't be a sucker like me