ID:167480
 
i cannot figure out how to set the edge perspective so that i cant see black how do i fix this.
client
perspective = EDGE_PERSPECTIVE

have fun ^_^
In response to Zmadpeter
thank you
ok that should work now i just need to make it so it doesnt allow the mob to move while sleeping
In response to Mxjerrett
look up the Move() function

mob/Move()
if(!src.sleeping)
return..()


Or something like that