MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: 2 quessies



oops forgot. Add this line:
if (player != this.owner || player.wizard)
player:tell("Permission Denied.");
return;
endif

************************************
Matthew Schmidt
Lieutenant Picard
Master Yoda
Archwizard to Alliance MOO
telnet://mrspock.insnet.com:8888
****************************************

----------
> From: Brack <slayer@kaiwan.com>
> To: moo-cows@parc.xerox.com
> Subject: Re: 2 quessies
> Date: Monday, February 17, 1997 3:11 PM
> 
> At 11:34 AM 2/17/97 PST, Matthew Schmidt wrote:
> >Ok heres the code for both yuor questions
> >1)Make a new verb on $room or $thing or whatever named `describe' this.
> >ok heres the code
> >
> >1:  lines = $command_utils:read_lines();
> > 2:  this.description = lines;
> > 3:  player:tell("Description set.");
> >
> wouldn't this allow anyone to describe any room?
> 
> 



Home | Subject Index | Thread Index