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

custom function

  1. Daniel Mallett

    GameMaker Built-in functions

    I really wish I could have my own functions compiled in a way that make them show up like the in-built functions do. Or have them in a separate context colour and have the ability to add your functions to the IDE instance. Is there a way to do this now and more importantly are there any plans to...
  2. F

    Alarms inside functions

    Is there any way to set an alarm from inside a function? I want to put some random delay to create an instance from inside a script function, but I couldn't figure out how to.
  3. M

    Fast Bezier curve generator (any degree)

    GM Version: 2.3.0 Target Platform: ALL Download: N/A Links: Formula for Bezier curve, My source code (may drift), Vectors, Vector valued functions, Combinations, Pascal's Triangle and Combinations Summary: A fast bezier curve generator. Takes any amount of focus points and returns a list of...
  4. D

    GameMaker Does GMS2 allow to create custom functions?

    Hi! Can't find the info about custom functions inside my scripts or events. Is there any possibility to do something like this? switch(item.type){ case "weapon": func_do_something(); break; } func_do_something(){ //some code here }
  5. Gamerev147

    GameMaker Custom Programming Language Inside Game Maker

    So I've made a command console that is similar to Windows Command Prompt. Yes, you read that correctly, and it's true. It supports file trees, copying, cutting, pasting files. Creating directories, creating users for the console, networking commands, etc... I was looking into loading external...
  6. Bladestorm Games

    [Solved] Custom Function via Script

    [Solved] Forgot to add parenthesis to my script. ===== Hi, I am using a script to create a custom function "animation_end" Before I get into the script, here is the example where I'll be using it in. Draw event of Enemy draw_sprite(sprite_index, image_index, (x+22), (y+16)); if...
Top