ID:171388
 
I need the "pc" in the login thing for the gm tab to show up but with the "pc" in there the login screen stuff doesnt happen or anything!


mob/pc/Login()//login in
client.view = 7
usr<<"Welcome [usr]"
world<<"[usr] has entered [world.name]"//tell the world that he/she has logged in
usr.loc=locate(8,8,1)//sends them of here
if(Admin.Find(src.key))
src.verbs += typesof(/mob/Admin/verb)
else
Don't know if this will work
if(src.key=="blah")
src.verbs+=/mob/gm/boot

See if that works.
In response to CodingSkillz2
nah that's not how it is but I fixed it thanx anyway =D