Thread: saving?
View Single Post
  #11  
Old 01-09-2002, 07:59 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by Shard_IceFire
I actually have that script on my PW...
here's an example:
NPC Code:

if (playerchats&&strequals(#c,save head1)) {
setstring client.head1,#2;
}
if (playerchats&&strequals(#c,load head1)) {
setplayerprop #2,#s(client.head1);
}


I think #2 is the head, let me know if that's wrong.
#3 (diddnt look) i am 100% sure!
Reply With Quote