[24] in Coldmud discussion meeting

root meeting help first previous next last

starting values for parameters

daemon@ATHENA.MIT.EDU (Tue Nov 16 07:22:18 1993 )

Date: Tue, 16 Nov 1993 07:07:10 -0500
From: Quinn Avery <quinn@DUS.Mountain.Net>
To: coldstuff@MIT.EDU

How about an extra arg for add_parameter like so:

;add_parameter('name, VALUE)

Where VALUE will be what it's initialised to.  If we had 'clear'
 parameters it could be done easily in-db with an extra arg to
 $root.add_parameter.  But we don't, so it would mean going through
 all descendants and setting it.  Ew.

-quinn