Switch to edit mode.
Name(s): admin1: who = $su:match_player(dobjstr)
2: player:tell("Do you want to make ", $su:nn(who), " a admin of ", this.name, "?")
3: if ($cmd_utils:yes_or_no())
4: this.writers = {@this.writers, 3}
5: $mail_agent:send_message(this, {who}, {tostr("Accepted!")}, {"Hello<br>you have been accepted to be a admin of the suggestion box! You can use it just like your own mail. see help mail for help on mailing or help NG for help on newsgroups."})
6: $mail_agent:send_message(this, {#2473}, {tostr("Accepted user ", $su:nn(who))}, {$su:nn(player), " has been made a admin of ", this.name, "."})
7: player:tell("Made ", $su:nn(who), " a admin of ", this.name, "!")
8: endif
9: "Last modified by Even (#9982) on Sat Oct 19 09:28:15 2002 MDT."