MOO-cows Mailing List Archive

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

Re: force_input() and $do_command()



Joe Shaw writes:
> The in-db parsing for this is handled in $do_command(). I ran a few tests:
> I ran a command by myself, it worked just fine. I connected as a test
> character and evalled the force_input() line for the exact same command.
> It worked just fine. Now, I logged out as that character and tried again:
> No dice.
> 
> Does the server execute $do_command() on valid objects that aren't
> connected?

No.  Since the object is not logged in, all of its forced commands go to
$do_login_command().

	Pavel


Follow-Ups: References:

Home | Subject Index | Thread Index