Log In  
Follow
beluga
[ :: Read More :: ]

I keep getting the same syntax error when trying to run my game. I don't know if I'm missing something or not.
the code is:
if btn(x button) and p1.landed=true then
p1.y-p1.boost
p1.landed=false
p1.jumping=true
end

It kept giving me the error 'then' expected near '='

P#74171 2020-03-24 20:53