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

local global variales

  1. S

    GameMaker GMS 2: cannot change local variable???

    I wrote some code for checking if a given location is valid for building things, using local variable "_output" as accumulator; however, my attempt to update the accumulator in a with() loop appeared to have no effect. ///@arg build_x ///@arg build_y var _output = true; _output = _output and...
  2. Lord KJWilliams

    How do I declare static global variables ( like in C ) for objects in GML ?

    Ok, I am really not clear on the variable types - Im just going by what I have read in the manual and have learned from watching youtube videos. Please correct me if I am wrong anywhere. Please note my knowledge of the C standard, C99 - is obsolete ( it works my djgpp compiler ) - I have not...
Top