


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]
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]