Thread: saving?
View Single Post
  #5  
Old 01-07-2002, 09:47 PM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
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.
__________________

-=Shard IceFire=-
Reply With Quote