Scrap/leech my ass off!/New improved mod clan uniform.txt
Richard Wright 5f35433c9b Scrap codes
2015-03-01 17:03:11 +00:00

14 lines
No EOL
579 B
Text

shirt = base.localAvatar.findAllMatches('**/torso-top')
shirttex= loader.loadTexture("phase_4/maps/robber-baron.jpg")
shirt.setTexture(shirttex, 1)
short = base.localAvatar.findAllMatches('**/torso-bot')
shorttex= loader.loadTexture("phase_4/maps/robber-baron.jpg")
short.setTexture(shorttex, 1)
sleeves = base.localAvatar.findAllMatches('**/sleeves')
sleevestex= loader.loadTexture("phase_4/maps/robber-baron.jpg")
sleeves.setTexture(sleevestex, 1)
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)