2 quessies

Brack (slayer@kaiwan.com)
Mon, 17 Feb 1997 12:11:28 PST


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?