Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-29-2001, 12:10 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Exclamation Clothes Saver

Can someone please help me find out what I did wrong here? It suppose to save your current clothes state when you use the npcw and then when you fire it, it returns you to the state you used when you fired it before. Its suppose to be like the clothes helper but without the menu. When I use that, it replaces my body with nothing, it just turns you invisible.
Here's te script, any help would be appreciated.
if (playertouchsme) {toweapons Save Clothes; unset Saveclothes;}
if (weaponfired) {
if (!Saveclothes) {set Saveclothes; setstring SaveclothesHead,#
3; setstring SaveclothesSword,#1; setstring SaveclothesShield,#
2; setstring SaveclothesCoat,#C1; setstring SaveclothesSleeves,
#C2; setstring SaveclothesBelt,#C4; setstring SaveclothesShoes,
#C3; setstring SaveclothesSkin,#C0; setstring SaveclothesBody,#
8; setgif allycandlelit.gif;} else { unset Saveclothes;
setplayerprop #3,#S (SavedclothesHead); setplayerprop #1,#S
(SavedclothesSword); setplayerprop #2,#S(SavedclothesShield);
setplayerprop #C1,#S(SavedclothesCoat); setplayerprop#C2,#S
(SavedclothesSleeves);setplayerprop#C4,#S
(SavedclothesShoes);setplayerprop#C3,#S
(SavedclotesShoes);setplayerprop#C0,#S
(SavedclothesSkin);setplayerprop#8,#S(Savedclothes Body);showcharacter; setgif allycandle.gif;}}
Reply With Quote
  #2  
Old 09-29-2001, 12:12 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Unhappy oops

wrong place
Reply With Quote
  #3  
Old 09-29-2001, 01:09 PM
spi spi is offline
mmm cookies..
spi's Avatar
Join Date: May 2001
Location: NOT CANADA
Posts: 2,769
spi is on a distinguished road
Send a message via AIM to spi Send a message via Yahoo to spi
?? ??
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:21 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.