1fb @verb #3972:"@invite" any none none rdo #2322 @program #3972:"@invite" any none none invite = $string_utils:match_player(dobj) if (invite == player) player:tell("Why should you invite yourself?") elseif (invite != player) this.invites = setadd(this.invites, invite) player.location:announce(player.name, " invites ", invite.name, " to ", this.name) player:tell("You invite ", invite.name, " to ", this.name) endif "Last modified by Roosterman (#2322) on Tue Jan 18 19:41:17 2000 MST." . 0