Log In  


Cart #51888 | 2018-04-22 | Code ▽ | Embed ▽ | No License



Hi, make sure you use double ='s when comparing two values.

"if player.y == 64 then"
instead of
"if player.y = 64 then"

:)



[Please log in to post a comment]