Chief Posted July 2, 2012 Posted July 2, 2012 Hi, I have an event where, Players will change it clothe color to setlook 7,131; is it possible to save its current clothe color before changing the setlook 7,131; and then after the event the player original cloth color will restore? Quote
EvilPuncker Posted July 2, 2012 Posted July 2, 2012 set @palette,getlook(7); setlook 7,131; setlook 7,@palette; Quote
Question
Chief
Hi,
I have an event where, Players will change it clothe color to setlook 7,131; is it possible to save its current clothe color before changing the setlook 7,131; and then after the event the player original cloth color will restore?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.