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
[Please log in to post a comment]
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
[Please log in to post a comment]