MOO-cows Mailing List Archive

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

[slayer@kaiwan.com: Re: Modiying player properties based entering any command]



------- Start of forwarded message -------
Return-Path: moo-cows-errors@parc.xerox.com
X-Sender: slayer@pop.kaiwan.com
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
Date: Wed, 19 Mar 1997 11:39:46 PST
To: moo-cows@parc.xerox.com
From: Brack <slayer@kaiwan.com>
Subject: Re: Modiying player properties based entering any command
In-Reply-To: <333006C7.4E15@concept5.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: MOO-Cows-Errors@parc.xerox.com
Precedence: bulk

At 07:31 AM 3/19/97 PST, Henry Hom wrote:
>Hi,
>
>How can I have LambdaMOO modify the players properties when the player
>enters any thing (i.e., <CR>)?  I have try creating the #0:do_command
>and it gives me errors and then I cannot do anything after that.
>
>Thanks to all that respond.
>-Henry
>
if you mess up #0:do_command, just do this:

.program #0:do_command
return;
.

it's a good idea to make it !d until you know it works right.
But otherwise, you're putting it in the right place.
------- End of forwarded message -------


Home | Subject Index | Thread Index