|
liujc Beginner
Joined: 02 Mar 2007 Posts: 23 Location: China, BeiJing
|
Posted: Thu Mar 08, 2007 7:37 am
Is there a function which can set the "other command" for the direction |
When draw a map, we can use ">enter>e" to set "enter" command for the "e" direction. Is there a fuction which can set the command.
I didn't find it in the help file except "MakeRoom" command. But I don't want to make a room, I just want to set a command for a direction. What should I do?
And I also want to find a "line" function, which can connect two room with the given directions. |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Thu Mar 08, 2007 3:22 pm |
You mean set a command that'll ALWAYS be used for that direction in any situation? Check out the #dir command.
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Thu Mar 08, 2007 11:02 pm |
I know one of the %room functions does this, I want to say it's %roomportal(). The room functions can be a bit wonky to work with, however, due to some requiring a vnum and others requiring a room key (which is different than vnum).
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
liujc Beginner
Joined: 02 Mar 2007 Posts: 23 Location: China, BeiJing
|
Posted: Fri Mar 09, 2007 12:56 am |
Yes, %roomportal() is what I want!
Thanks! |
|
|
|
|
|