ID:266300
 
how would I? I have tried:

mob
Login()
var/mob/GM/G
for(G in world)
if(G)
usr.loc=locate(22,33,2)
else
usr.loc=locate(22,33,1)

Nothing works and there is no mobs in the world.
You have to have the mob placed on the map before you can check for it and try using ..() in your login code also.