Log In  

Cart #activitiespreview-0 | 2021-01-28 | Code ▽ | Embed ▽ | No License

So, as I said in my previous post, I am working on a game jam game. There is a problem with the cart above. When score, which the game uses to check progression, reaches 35 it should change the lvl variable to 10 to progress the game. However, when it does eventually reach 35 nothing happens. I simply cannot tell what in the world is going on inside that would halt progression like this. The jam ends tomorrow afternoon BST and if this isn't fixed, I might not be able to upload on time.

P#86872 2021-01-28 13:29

Nevermind, I just found it. Almost unnoticable. Basically, in the check for if the score is equal to 35, I wrote

IF (SC0RE==35)

Instead of

IF (SCORE==35)

That 0 looks exactly like an O. Thank you very much, 3x5 font.

P#86874 2021-01-28 14:40 ( Edited 2021-01-28 14:40)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 09:55:48 | 0.009s | Q:12