[general] [map] [exitnames] [specialrooms] [roomdescriptions] |
# I am a comment [general] I am not a comment. [map] # I am another comment # that goes over multiple lines I am not a comment |
Name | Purpose |
---|---|
domain | The numeric id for your domain - ask a wiz. This makes all rooms be in this domain |
startroom | The roomkey for the room which the player will start in by default |
[general] # Define 'domain' to be 123 domain=123 #define 'startroom' to be 'hallway' startroom=hallway |
room_key : exit = destination , exit = destination .... |
[general] # Make people start in the lounge startroom=lounge [map] # This comment is just describing the layout below, the area creator ignores it completely # The ground floor map looks like: # kitchen - dining # | \ | # hallway lounge - outside # | # hallway - bedroom # | # hallway - bedroom # < # The second story looks like # bedroom - onsuite # | # landing # > # The "outside" room is not in this area, it's the room for entering this area # Below here are the actual rooms with their exits kitchen: e=dining,s=hallway1,se=lounge dining: w=kitchen,s=lounge lounge: nw=kitchen,n=dining,e=outside hallway1: n=kitchen,s=hallway2 hallway2: n=hallway1,s=hallway3,e=bedroom1 hallway3: n=hallway2,e=bedroom2,u=landing bedroom1: w=hallway1 bedroom2: w=hallway2 landing: d=hallway3,n=masterbedroom masterbedroom: s=landing,e=onsuite onsuite:w=masterbedroom |
Topic UsingTheAreaEngine . { |
Revision r1.2 - 21 Nov 2006 - 12:08 GMT - FantoM Parents: WebHome > BuilderPages |
Copyright © 2001 by the contributing authors.
All material on this collaboration tool is the property of the contributing authors. Ideas, requests, problems regarding Tharsis? Send feedback. |