turf
guilddoor
icon = 'guilddoor.dmi'//place your own icon here
Enter(O)
if(ismob(O))
var/mob/M = O
if(M.guild == "Hell Fighters")
M.loc=locate(93,41,3)
else
M << "Only guild members are allowed to enter."
turf
guilddoor
icon = 'guilddoor.dmi'//place your own icon here
Enter(O)
if(ismob(O))
var/mob/M = O
if(M.guild == "Z Fighters")
M.loc=locate(36,59,3)
else
M << "Only guild members are allowed to enter."
How can this be fixed
not the name that appears
I think thats you'r problem