Wednesday 3 April 2013

How to Make a Door

To make a door you must understand the basics of how to make one and the difference between rooms and doors. To make a door you must first have a room already made and finished.

Before you make the next room connection you must make your door. You must act upon a door the way you would to another room, here is my example.

The Wooden Gate is east of Farm.
The Wooden Gate is west of Market.
The Wooden Gate is a door.
The Wooden Gate is closed.
If The Wooden Gate is closed the player is unable to enter Farm.

That is the example so lets brake it down.

The first two lines tells inform 7 where it is, you must specify both ways if it is the gateway between two places.

The third line is pretty easy. Just say the name of your door and say it is a door.

Like a container, you must say if it is closed/open/locked.

If your door is locked you must give it a key. Here is an example.

The Bronze Key unlocks the Wooden Gate.

SIMPLE....

Now on to the last line.

The last line is sort of a property, just giving a rule. The player cannot enter the place if it is closed of locked. IF the player tries, it will either open on its own, if closed. Or if locked it will say, it is locked. The last line is a mid rule. But we will talk about these in the future.

To learn how to make doors, click right here

Learn about containers here


Thanks,
danielfrogs

No comments:

Post a Comment