• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

I seriously need help with this

J

joliboisdk

Guest
Hi guys,
Does anyone know why it says that there is an error, at the line 2 pos 9 at the keyboard_ckeck?

{
if keyboard_ckeck (vk_right) && place_free (x+4,y)) {
x+=4;
}
}
 

Attachments

Last edited by a moderator:

Binsk

Member
To expound on the solution; take a look at your own screen shot.

The fact that the function isn't color coded should tip you off that something is wrong. If not that then you can look at the bottom of the script window and it states the error explicitly.

Just some tips for the future.
 
Top