Sorry: You Must Be Logged In To Perform That Action.

Resources

Showing all gamemaker resources in the category Scripts.

  • Currently 3.0/5 Stars.


Dialog Box Script by Ultisoft Software

This script is simple and easy to use to create cool dialog boxes for your games, with customizable fonts and backgrounds.

Be sure you read the documentation located inside the script itself before messing around with it.

Dialog box script Copyright (c) 2008 Ultisoft Gaming Company.

  • Currently 3.0/5 Stars.


VERY simple password script by zak2xb5

A very very very simple password script defenatly no credit only for people who hav'nt learned any programming yet and has instructions inside script.

  • Currently 3.0/5 Stars.


Pause Script by Peeter1000

This script pauses the game.
Very easy to use.

  • Currently 2.0/5 Stars.


make conversational games by hd

this is in an editable gmk file. not much explaining but its easy to understand.

the program asks you your name and sets 'a' to that name, the game then says hi and asks you how u r doing. if you say 'good' it just says a little message if you say 'bad' it says 'can i get u some iced tee?'
if you say yes to that then it says ' did you forget that i'm a computer program u little retard?!'

something like that. anyways you don't have to give credit if u use it. have fun!

  • Currently 3.0/5 Stars.


Make Player Choose Own Name by LukeEntertainments

This way your game can be like any style of RPG where the player can choose his or her own name.

global.playername=get_string('Name','')
show_message(string('Hello ') + string(global.playername))

Then whenever you want to put the players name just put global.playername*.

*Has to be done like shown in the script.

Word that you want to say must be in: '', variables you want to say don't need to be in anything.

  • Currently 3.0/5 Stars.


Planet Gravity by michaelleachthe2

This is for a game like super mario galaxy (2D) or frozzd. Just copy the code in the document. If you use this, you do NOT have to give credit to me (although I wouldn't mind it). FOLLOW INSRUCTIONS EXACTLY AS THEY ARE!!!

  • Currently 3.0/5 Stars.


Scrolling Combat Text by The Darkness

This is a script i just made to simulate floating combat text while playing a game, i have tested it 100% and you could add to stuff like RPG's or even for shooting games im not sure. This is my first resource tho so hope you like it

  • Currently 3.0/5 Stars.


Message Box by The Darkness

Have you ever got bored of games that pause entirely just to show you a message? Well be bored no longer as i have designed a simple Message Box that you can add easily to your game. Also to change its position you only need 1 X and Y Co-ord, how good is that? You can change the text type or size to without even editing the script! (This records the last 5 messages you send to the players screen)
Use the script like this:
new_message("This is where you put your message to send")

Also adding a new text will appear on the top, for it to appear down the bottom reverse the global's at the bottom of the draw_message script so it goes 5,4,3,2,1.

  • Currently 3.0/5 Stars.


obj following mouse by aaron heithus

just reed this and you will be able to make an object follow your mouse.

  • Currently 3.0/5 Stars.


Day And Night by LukeEntertainments

This is some simple coding to give you day/night in your game. You don't need to change anything to this object, just stick it into your game and your off.

Enjoy,
LukeEntertainments!

Add New Resource | 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 17