Thread: saving?
View Single Post
  #13  
Old 01-09-2002, 08:50 AM
WHIPENIE4 WHIPENIE4 is offline
I am X-Mann
Join Date: Aug 2001
Location: PA
Posts: 2,715
WHIPENIE4 is on a distinguished road
Send a message via ICQ to WHIPENIE4 Send a message via AIM to WHIPENIE4
[screen_name says:]

NPC Code:

// NPC made by screen_name
// NPC Name: SaLo Player Look
if (playersays(save 0)) {
setstring client.save0,#3,#C0,#C1,#C2,#C3,#C4,#C5,#8;
setplayerprop #c, ; }

if (playersays(load 0)) {
setplayerprop #3, #I(client.save0,0);
setplayerprop #C0, #I(client.save0,1);
setplayerprop #C1, #I(client.save0,2);
setplayerprop #C2, #I(client.save0,3);
setplayerprop #C3, #I(client.save0,4);
setplayerprop #C4, #I(client.save0,5);
setplayerprop #C5, #I(client.save0,6);
setplayerprop #8, #I(client.save0,7);
setplayerprop #c, ; }

__________________
Mind over Matter. If your body dont mind, why does it matter?

- X-Mann (Blessing Graal since 1998) Haha

- Graal 2000 Project (Contact Me to get Apart of this expierience

Windows Vista. Graal. Not a Good Combination.
Reply With Quote