[59] in Coldmud discussion meeting

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

Re: Defining frobs...

daemon@ATHENA.MIT.EDU (Fri Nov 19 22:18:27 1993 )

To: snooze <gregb@amber.ecst.CSUChico.EDU>
Cc: coldstuff@MIT.EDU
In-Reply-To: Your message of Sat, 20 Nov 93 00:28:23 +0000.
             <199311200028.AAA15566@amber.ecst.csuchico.edu> 
Date: Fri, 19 Nov 93 22:11:48 EST
From: Greg Hudson <ghudson@MIT.EDU>


> Is there something wrong with this line:
> var exit lock <$lock_class, #[['type, 'true]]>

It's fine.  There's a bug in Coldmud 0.8 in reading in frobs from
'var' declarations.  I'll be putting out 0.8.1 shortly; if you're
impatient, you can fix the problem by inserting a line before line 456
of data.c so that lines 455-457 read:

		d->u.frob.class = class.u.dbref;
		d->u.frob.rep = rep.u.dict;
		return (*s) ? s + 1 : s;

--GBH