brazilofmux / tinymux

TinyMUX
www.tinymux.org
48 stars 21 forks source link

New @lock keys #328

Open brazilofmux opened 9 years ago

brazilofmux commented 9 years ago

Original issue 325 created by brazilofmux on 2007-04-11T03:04:07.000Z:

Instead of having to do an evaluation lock (that is, create the attribute with the hasflag/hastype/haspower(%0,<flag/type/power>) bit), coulnd't you borrow a page from pennMUSH and add them in straight into the @lock line.
That is, something like this:

@lock <object>=hasflag^wizard

And, of course, since I'm suggesting new @lock keys, one that makes it easier to allow/disallow a list of dbrefs, like so;

@lock <object>=dbreflist^<attributename>

Yes, those of you familiar with pennMUSH will recognize these, but, well, they -are- useful, and make it easier to code locks and such.

brazilofmux commented 9 years ago

Comment #1 originally posted by brazilofmux on 2007-04-11T04:04:53.000Z:

<empty>

brazilofmux commented 9 years ago

Comment #2 originally posted by brazilofmux on 2007-09-21T00:18:43.000Z:

Perhaps. It's just another way to accomplish something that is already supported another way. Other things are almost always going to trump something like this.