Log In  


I'm trying to make a block-pushing puzzle game to help me understand lua more.
syntax error pls help



use == if you compare values, single = is for setting a variable
so it should look like:

if level==1 then


@glezmen this is what fixed it, thank you



[Please log in to post a comment]