moksha Novice
Joined: 13 Oct 2002 Posts: 37 Location: United Kingdom
|
Posted: Tue Nov 18, 2003 9:00 am
Scripting one-way exits |
Hi again
I'm trying to create a section of my map from a text file but I'm having difficulties with one way exits.
%roomlink works great to link the rooms but I want to make all the exits one way as the mud is a bit screwy with its reverse directions.
Is there a function I've missed, or if not, does anyone have any ideas how to do this?
The format of the exits I'm triggering on is:
up: vnum
and my trigger is:
#TR {^(%n)~:%s(%n)} {#NOOP %roomlink( @Roomnumber, %1, %2)}
Thanks in advance.
Moksha |
|