MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: wish lists
On Wed, 24 Jul 1996 slayer@kaiwan.com wrote:
> At 05:46 PM 7/24/96 PDT, Nate Massey wrote:
> > ;player:_last_connect_time() => returns player.last_connect_time
> > ;player:_last_connect_time(time()) => sets player.last_connect_time to
> > be time, creating it if necessary
> > as a property owned by the perms
> > with only the readable flag set
> > ;player:_last_connect_time(time(), "rwc") => sets player.last_connect_time
> > to be time, creating if necessary
> > as a prop owned by the perms with
> > the three flags set
> > ;player:_last_connect_time(E_NONE) => deletes the property
> > player.last_connect_time
> >
> >Comments?
> >
>
> what if you wanted to set a property to the value E_NONE?
Too bad. :)
Maybe a ;player:_set_last_connect_time(E_NONE) or something like that.
I'm not actively using this, but this is what I came up with a while
ago. Maybe it should not be possible to delete a property like this
(read: using this method). -shrug-
Comments?
--Nate
References:
Home |
Subject Index |
Thread Index