Load()
if(fexists("Save/[src.ckey]"))
var/savefile/F = new("Save/[src.ckey]")
Read(F)
F["last_x"] >> src.x
F["last_y"] >> src.y
F["last_z"] >> src.z
Problem description:
I want the usr to move to the saved location. Do i put it in the proc itself?
ID:145184
![]() May 27 2006, 10:18 am
|
|
Code:
Load() Problem description: I want the usr to move to the saved location. Do i put it in the proc itself? |