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.
ID:266300
Nov 22 2001, 11:16 am
|
|
Nov 22 2001, 12:19 pm
|
|
You have to have the mob placed on the map before you can check for it and try using ..() in your login code also.
|