|
Tagon Beginner
Joined: 12 May 2004 Posts: 10
|
Posted: Fri Jun 25, 2004 3:31 am
Use #Make and wondering if there is a better way |
Ok I am playing a mud that uses a lot on special exits. And to map these I am using the #make command, but was wondering if there was a better way.
The command I enter now looks like this
#make "climb ladder|up|climb ladder";climb ladder;#look
So is there a better way? |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Jun 25, 2004 10:54 am |
Sure use the > character. At the command line you would enter
>climb ladder
to create and map a room on an exit with a command of climb ladder. Or
>climb ladder>u
will additionally tell the mapper you want the room placed up from the current room. It is generally better to use the second syntax instead of the first. |
|
|
|
Tagon Beginner
Joined: 12 May 2004 Posts: 10
|
Posted: Sat Jun 26, 2004 1:29 am |
But how would you use it if the exits or not the same such as in goes to the room but out takes you out would it be
>in>u>out and will the work with multiword exits such as climb ladder? |
|
|
|
|
|