ID:175043
 
I have two questions one can someone show me what i need to change on this save proc to make it send the savefile to the player.
mob proc WriteFile() usr.saved_x = usr.x usr.saved_y = usr.y usr.saved_z = usr.z usr.move = 1 usr.joined = 0 usr.partynum = 0 usr.partylock = 0 var/keyl = copytext("[usr.ckey]",1,2) var/savefile/F = new("player/[keyl]/[ckey].SAV") Write(F) ReadFile() var/keyl = copytext("[usr.ckey]",1,2) var/savefile/F = new("player/[keyl]/[ckey].SAV") Read(F)

Two can you tell me were i can get that encriptor so ppl cant edit them.

Thanks Hendrix
1) RPGTutorial has an example of client-side savefiles.

2) AirMapster.rc5 is the encryptor.
In response to Kunark
Thanks
In response to Kunark
I cant find the encrypter is there only that demo rc5preview i tried to use the link but it didnt go anywere
In response to HendrixandCamo
I think RC5Preview is the only one. =)
In response to Crispy
damn im not a very good coder i guess ill have to figure it out, lol.
No put usr in proc. Ungh.

Lummox JR