//This is a game created by FretfulGun191 on March 30th, 2007.
var
list
Admins = list ("Fretfulgun191")
if(src.key in Admins)
mob
verb
Announce(msg as text)
world << "[usr] Announces:[msg]"
mob
verb
say(msg as text)
world << "[usr] Says : [msg]"
But I get errors on the admins part. Like src.key is undefined and list is an undefined proc and Announce is out of place. I tried fixing that but i really couldnt do it. Anyone know what teh problem is?