ID:268093
 
My player isn't moving! This is my code:

mob
Login()
var/mob/new_mob
new_mob = new/mob/character/person()
new_mob.loc = locate(1,1,1)
..()


This is the first time I experienced this problem. I'm pretty sure its something with this or

mob             
character
person
icon = 'Person.dmi'


This is really strange.

-Majin NOOBS