world
view = 7
name = "Ludo"
hub = "DiZzyBonne.Ludo"
mob = /mob/Player
is my world code, and
mob
proc
addgm()
if(src.key == "DiZzyBonne")
src.gm = 1
src.world.mob = /mob/GM
for(var/gm in typesof(/mob/GM/verb))
src.verbs += gm
is my GM code. src.world.mob = /mob/GM is the problem. I mean, I still get the GM commands, but so does everybody else, AND I'm only considered a /mob/Player, while everybody else that logs in is a /mob/GM. Can anybody please help me?
thanx