ID:150261
 
I wanna know how to make a game
I have been trying and in the end my only game has been ur a letter m and u walk around. its a 10 by 10 and there only 6 obsticales in which u can bump into. its pitiful.
Follow the usual learning line. Read the ZBT tutorial, read the FAQ, Read the Guide, view the demos, libraries, and other tutorials especially to find out how they work, look up things you need in the Reference, and practice practice practice until you get familiar enough to build what you want!
And a game will take more than 20 minutes...
Ace2064 wrote:
I wanna know how to make a game
I have been trying and in the end my only game has been ur a letter m and u walk around. its a 10 by 10 and there only 6 obsticales in which u can bump into. its pitiful.

Learn ur DM ABC's!!!

/atom
/datrum
/world // Control over the world default settings
/area // This is the 1st layer to be drawn
/turf // This is the 2nd layer to be drawn and is where
your at it seems?
/obj // This is the 3rd layer to be drawn, where you
place things you want the MOBs to pick up for ex.
/mob // This is the 4th layer to be drawn, and represents
you the player, and the others things that move
around you can interact with.

Now learn what theses can do, and that each have their own /verb, /proc, /var branchs which holds the information, and makes them interactive.

LJR