TOGMBASE
density = 0
Enter(A)
if(ismob(A))
var/mob/M = A
if(M.client)
M.loc = locate(40,57,31)
else
if(istype(A,/obj/)) del(A)
I need to it to prevent people from entering that are not gms. My gm code is not working for a wierd reason so im doing it like this. Please help ^^