Main Menu
  • Welcome to The RPG Maker Resource Kit.

GML commands

Started by &&&&&&&&&&&&&, June 04, 2008, 10:20:49 PM

0 Members and 1 Guest are viewing this topic.

&&&&&&&&&&&&&

Could somebody please help me out by either Copy pasting a list of GML commands or giving me a link?

like (example of Qbasic)

(Print)
how it's used - PRINT "What you wanted printed"
what it does - Prints what you have writen

(Input)
how it's used - INPUT number
what it does - lets you input a number or variable

(IF THEN DO)
how it's used - IF whatever THEN do something
what it does - Set up branches and stuff

[spoiler= =(]Last post by Superhydrosonic
in A.I Help
on May 09, 2008, 05:54:56 PM [/spoiler]

;9 This place died.
&&&&&&&&&&&&&&&&

Arrow

The Game Maker help file is full of a list of all the commands BOE. If there's a command you don't understand, all you ahve to do is type it into the help file's search bar and it will take you to the definition, which will also define the way to set up the command. So if you were to type in:

image_speed

It would take you to the definition, which would be:

image_speed defines the speed of animation in relation to the room speed.
image_speed(digit)

Also, side note: image_speed * room_speed = speed of animation.

If you need anything else, hit me up any time.

&&&&&&&&&&&&&

#2
Where is this help file?

Maybe I could get a teacher.
&&&&&&&&&&&&&&&&

Arrow

Well, if you open game maker and hit F1...

&&&&&&&&&&&&&

Ok, F1.

EDIT- Nothing happens.
&&&&&&&&&&&&&&&&

Arrow

Um, what? That's like...impossible.

Toolbar = Help>contents?

&&&&&&&&&&&&&

Quote from: Sparrow on June 16, 2008, 03:48:48 AM
Um, what? That's like...impossible.

Toolbar = Help>contents?

I click Contents, but nothing happens.
&&&&&&&&&&&&&&&&

&&&&&&&&&&&&&

...  ;9

Can't you, I don't know. Copy paste the Content thing? I really can't open it. I don't know why.

oh and this is a double post.
&&&&&&&&&&&&&&&&

Arrow

o_O

The contents lists every single command and function of Game Maker. TO copy and paste that thin would take like, an hour. I'd reinstall game maker, if it's not opening your install didn't go right.

&&&&&&&&&&&&&

It's an emulation error.

If you can't copy the entire thing, can you copy just the part about scripting?
&&&&&&&&&&&&&&&&

Arrow

*shakes head*

That's 90% of the manual. I would see if you can download it separately from the game maker website.

J-Crew

I was gonna attach the help file but RMRK doesn't accept the file-type needed for help files. So I found a link instead.

http://www.yoyogames.com/gamemaker/docs

From here, you can downoad the help file right at the top and in different languages if you prefer. lol. Hope this helps.