Wf-lkmgr
From Tapestries MUCK
wf-lkmgr.muf(#1220FWL) version Version 0.3.0, Jan 17, 1992. This program is designed to manage locks using the lck-genlock program.
Contents |
Documentation
Most of this is just taken from the headers. It's not for the feint of heart. This really needs a setup guide.
Commands
lock [#show] [<lockname>] Shows the status of a lock. lock #help [<subject>] Gives you help on this program. lock #guest [<lockname>=]<players> Add players to the guest list. lock #!guest [<lockname>=]<players> Remove players to the guest list. lock #ban [<lockname>=]<players> Add players to the banned list. lock #!ban [<lockname>=]<players> Remove players to the banned list. lock #maint [<lockname>=]<players> Add players to the maintenance list. lock #!maint [<lockname>=]<players> Remove players to the maintenance list. lock #max [<lockname>=][<limit>] Set a crowd limit for the lock. lock #public [<lockname>] Set the lock to public status. lock #private [<lockname>] Set the lock to private status. lock #set [<lockname>=]<dbref> Set a lock alias or the default lock.
Properties
[on lock exit:]
_lock_dbref:<dbref> Where to find the lock properties.
_lock_<name>:<dbref> Lock aliases.
[on the lock:]
_banned:<dbref-list> People banned from passing this exit.
_guests:<dbref-list> People who may alwase pass here.
_maxcrowd:<number> Max number in room before full.
_public?:<yes|no> May people not on the guest list enter?
_[o]<banned|max|fail|succ>-msg:<message>
Various messages printed on exit use.
_maintaners:<dbref-list> Who may alter this lock.
Credits
WhiteFire Copyright 1992

