ID:142417
 
Code:
mob
proc
Save()
var/savefile/F = new("players/[src.key].sav")
src.V = src.verbs
src.pokemonstuff = src.pokemonlist
src.xco = src.x
src.yco = src.y
src.zco = src.z
Write(F)
src << "<font color=blue><b>Your game has been saved!"


Problem description:
The game works fine and all but the save....thats wat i got and it kinda works except the fact it dnt save ur first pokemon as urs wich then messes up the sendout part. any suggestions?