Deleted1926808User Posted June 12, 2017 Share Posted June 12, 2017 (edited) Hello, everyone! I decided to attempt to create a mod which adds a wearable item which copies the player's current hairstyle, but I can't seem to get it to work. There doesn't seem to be an OBSE function which sets or gets a specific hair model's "biped path". Here is my failed scripting if anyone wants to correct me: ref currenthairstyleref hair2ref amuletslotref amuletenchbegin onAdd set currenthairstyle to player.gethair set hair2 to currenthairstyle.getmodelpath copymalebipedpath hair2 aaaWigTest copyfemalebipedpath hair2 aaaWigTestend Help would be most appreciated. Edit: I changed "getmodelpath" to "getbipedmodelpath", but that didn't seem to work... Edited June 12, 2017 by Guest Link to comment Share on other sites More sharing options...
Recommended Posts