mob
icon='Smile.dmi'
Login()
src<<"Loading your savefile..."
Load()
..()
Load()
var/savefile/F = new(client.Import())
if(F)
F["last_x"] >> src.x
F["last_y"] >> src.y
F["last_z"] >> src.z
F["Health"] >> src.Health
Ok for some reason it will not load my x,y,z plese help me figure out why.
- GhostAnime