Here you are:
Apr 5 14:11:00 iPhone-di-Lorenzo gameInDev2[2507] \<Warning\>: 21 Apr 5 14:11:00 iPhone-di-Lorenzo gameInDev2[2507] \<Warning\>: Could not read scores from scorefile.txt . Apr 5 14:11:00 iPhone-di-Lorenzo gameInDev2[2507] \<Warning\>: nil Apr 5 14:11:00 iPhone-di-Lorenzo gameInDev2[2507] \<Warning\>: Runtime error /Users/developer/Desktop/gameInDev2/game.lua:260: attempt to compare number with nil stack traceback: [C]: ? /Users/developer/Desktop/gameInDev2/game.lua:260: in function \</Users/developer/Desktop/gameInDev2/game.lua:238\> ?: in function \<?:218\> Apr 5 14:11:00 iPhone-di-Lorenzo gameInDev2[2507] \<Warning\>: Runtime error stack traceback: [C]: ? /Users/developer/Desktop/gameInDev2/game.lua:260: in function \</Users/developer/Desktop/gameInDev2/game.lua:238\> ?: in function \<?:218\>
as you can see it says “Could not read scores from scorefile.txt”. I’ve checked out the project sandbox and I figured out that it can write on that file, it can’t just read it
And then there’s “attempt to compare number with nil” at line 260. which is
if (a \< b) then