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

string methods

  1. kun4i

    SOLVED What did I do wrong in this script?

    All I really wanna accomplish with this post is to know what I did wrong in this script so I can familiarize myself more with GML. (The function is called inside a Draw event.)
  2. D

    SOLVED "chr" but for gamepads?

    Hi there, I have a function in my game that is meant to tell the player which button inputs are used for what, and because in my game I'm allowing the player to be able to remap controls, i need to figure out a way to get whatever is the current mapping of any particular button. Button mappings...
  3. G

    GameMaker [SOLVED] - string_nonalphanumeric(str, [inclusions], [exclusions]);

    Here's an interesting script you can use. I call it string_nonalphanumeric(). It goes with string_letters(), string_digits(), and string_lettersdigits(). It accepts an input string and parses out the non-alphanumeric characters. You can also include specific alphanumeric characters to return...
Top