31f @verb #16:"@flag" any for/about any rdo #8084 @program #16:"@flag" any for/about any "Edits the .wizzen_flag function of a player, permitting the wizzen to be notified of a certain piece of text (iobjstr) whenever that user connects." if (player != this) return $msg:mtell("huh") elseif ($cmd_utils:player_match_failed(dobj = $su:match_player(dobjstr), dobjstr)) return elseif (!player:isa($guardian) && !player:controls(dobj)) return player:sub_tell("You don't control that user.") endif if (!$cmd_utils:yes_or_no(tostr("Notify all wizzen '", iobjstr, "' whenever ", $su:nn(dobj), " connects?"))) return endif dobj.wizzen_flag = {player, time(), iobjstr} player:tell("Notification mechanism in place.") "Last modified by Lao-Tzu (#8084) on Sat Sep 1 16:39:27 2001 MDT." . 0