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

GameMaker Script Parameter Display on Bottom not Working

M

Mark Lubetzki

Guest
Hello,
I have the problem that I can't display my own script parameter on the bottom of the code screen.
If I create an script like "scr_executeSomething" then i write in the first line:
///scr_executeSomething(Parameter1, Parameter2);

//Title of the segment of code
{
code belong here...
}

############################################
And if I want to call the script i write:
scr_executeSomething(
And now on the bottom nothing else but cords of the script, only the "wrong amount of arguments"
error display worked.

I hope you can tell me what i do wrong.

Thank you for helping me out.


EDIT: on the bottom nothing is displayd but cords of the textcursor.
 
M

Mark Lubetzki

Guest
Thank you very much for the doc. I can't find it. You are my Hero of the Day :D
 
Top