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

*grin*

We certainly don't want wizards describing rooms, do we :)

Try this:
  if (player != this.owner && !player.wizard)
    return player:tell("Permission Denied");
  endif

Anyway, I doubt if this is stuff for moo-cows...

  Pieter-Bas




Home | Subject Index | Thread Index