rqueen Posted September 11, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 1 Joined: 04/30/13 Last Seen: October 30, 2014 Share Posted September 11, 2013 Any lines I can add to Stylist NPCs to make it show on click what hair style #, hair dye #, and clothe dye # the player is currently wearing? Quote Link to comment Share on other sites More sharing options...
1 Emistry Posted September 12, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: April 20 Share Posted September 12, 2013 mes "Hair Color : "+getlook( LOOK_HAIR_COLOR ); mes "Hair Style : "+getlook( LOOK_HAIR ); mes "Cloth Color : "+getlook( LOOK_CLOTHES_COLOR ); 2 Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 11, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: April 20 Share Posted September 11, 2013 use getlook *getlook(<type>) This function will return the number for the current character look value specified by type. See 'setlook' for valid look types. This can be used to make a certain script behave differently for characters dressed in black. Quote Link to comment Share on other sites More sharing options...
rqueen Posted September 12, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 1 Joined: 04/30/13 Last Seen: October 30, 2014 Author Share Posted September 12, 2013 Thanks. I'm new to this though, can you give me a sample script? Quote Link to comment Share on other sites More sharing options...
rqueen Posted September 12, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 1 Joined: 04/30/13 Last Seen: October 30, 2014 Author Share Posted September 12, 2013 Thank you! Quote Link to comment Share on other sites More sharing options...
Question
rqueen
Any lines I can add to Stylist NPCs to make it show on click what hair style #, hair dye #, and clothe dye # the player is currently wearing?
Link to comment
Share on other sites
4 answers 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.