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
Copyright © 2025 BYOND Software.
All rights reserved.
See if that works.