[1341] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

RE: [COLD] Exit announcements (anomaly?)

daemon@ATHENA.MIT.EDU (Fri Aug 22 10:41:26 1997 )

Date: Fri, 22 Aug 1997 08:34:29 -0600 (MDT)
From: Brandon Gillespie <brandon@roguetrader.com>
To: "Luther, Clay" <clay@selsius.com>
cc: "'coldstuff@cold.org'" <coldstuff@cold.org>
In-Reply-To: <97D99B08E012D111A0CE00805F70754FB84B@RAPHAEL>

On Thu, 21 Aug 1997, Luther, Clay wrote:
> Well, I figured out what my problem was.  I hadn't been building $exits,
> but $exit_frobs (!?!).  Fixed it there, too, and now it works.

Yup, by default exits are frobs (less space).  You can use an object for
an exit by setting the name (while building--not with @rename) as
'$obj:NAME' where '$obj' is the class of object you want to use (other
than $exit_frob).  I.e. '$exit:door,n?orth' would be valid.

-Brandon