ID:168169
 
When you logg in what is the code for where you will spawn and when you logg out it will save your data.
mob/Login()//Login() proc
src.loc=locate(x,y,z)//coordinates

mob/Logout()//Logout() proc
src.saveproc()//Fill in your save proc.
Skaldin wrote:
When you logg in what is the code for where you will spawn and when you logg out it will save your data.

Do not ask for "a code" or "the code", please.
Read this.

If you have NO idea how to do any of this, you REALLY need to read the DM Guide.