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

last

  1. AnnoyingDoggoX

    SOLVED Got '' expected } or and | Last line error

    Object: obj_grid Event: Step at line 20 : got '' expected '}' I have no idea why I got this error, even when I add } or end it just says the same thing if image_index > 87 { image_speed = 0; //when skill button not selected if global.skill_select == 0 { obj_grid.image_speed = -1.5; if...
  2. 2

    GML Programatically Create a List of All Rooms

    I'd like to make a list of all game rooms (their numbers and names) that's programmatically created (meaning the list changes when I add/delete/rearrange rooms in the resource tree and then run the game.) Can I use room_last, and loop through, or do I have to worry about missing room indices...
  3. V

    Find Object Closest To End and Beg of Path...

    So I have a problem I am using my path in a tower defense game and I want to implement targeting of specific enemies in a specific point on the path. I think path_position has something to do with it but, I cant figure out how to check which instance of enemy_parent (all enemies) is closest to...
Top