The_Mayor (#2)

(an instance of generic wizard made by The_Mayor)

     You see the young mayor whose dark hair is starting to turn grey. Most of his staff has abandoned the city, except for a few of the most loyal. They maintain a trace of control amidst the anarchy of Bellona.

Go to location of this object, Mayor's Office.


The_Mayor owns Mayor's Office medal


VERB SOURCE CODE:

@citizens:
p = players();
n = {};
for i in (p)
    n = listinsert(n, i.name);
endfor
player:tell($string_utils:print(n));
.


@whither:
p = players();
for i in (p)
    player:tell(i.name, "  ", i.email_address);
endfor
.



PROPERTY DATA: