• 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!

proggramming

  1. N

    I got something wrong but I don't know what

    ola, eu estava progamando meu jogo e deu ERROR in action nuber 1 of step event0, nao sei o que fazer to começando agora, alguem me ajuda por favor. Mod Translation: Hello, I was programming my game and I got ERROR in action number 1 of step event0, I don't know what to do, I'm starting now...
  2. A

    Job Offer - Programmer Proposals for Game Maker Studio programmers

    Proposals for Game Maker Studio programmers Wanted Senior programmer or development team with advanced knowledge in Game maker Studio 2 to schedule future updates of the following game like Among Us with more than 10 million total downloads: Game link...
  3. O

    GML How do I fix this code

    I'm trying to make an inventory but I realized that when I put in a certain combination of inputs it completely throws off the math and results in option = things outside of 0-5 is there an easy way to fix this? object = 0 maxobject = 4 step: if keyboard_check_pressed(ord("S")) option +=...
  4. O

    GML I'm new to programming and need some help.

    I'm trying to make a textbox appear when I get close to an NPC but when I get near it and press E it crashes Here's the code I did I'm sure I screwed up, I just can't find out how. if distance_to_object(obj_player) <= 5 { if keyboard_check(ord("E")) instance_create_layer(100, 100...
  5. N

    [SOLVED]Error in "else"

    Hi, I'm using game maker 1.4 32 bit on my computer, and I've run into a problem. I've been trying to follow a tutorial. and as usual; It fails somehow. I'm getting Error in Object objPlayer, Event Step, Action 1 at Line 21, Position 4: Unexpected symbol in expression. when I try...
Top