Scrap/JADEN IS MAD AT ME AUG 14 9 58/Super Clan Codes/Codes Form FD COOKIE!/Epic Green Ranger Suit.txt
Richard Wright 5f35433c9b Scrap codes
2015-03-01 17:03:11 +00:00

21 lines
No EOL
1.2 KiB
Text

base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
shirt = base.localAvatar.findAllMatches('**/torso-top')
shirttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_sellbotCrusher.jpg")
shirt.setTexture(shirttex, 1)
short = base.localAvatar.findAllMatches('**/torso-bot')
shorttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shorts_sellbotCrusher.jpg")
short.setTexture(shorttex, 1)
sleeves = base.localAvatar.findAllMatches('**/sleeves')
sleevestex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_sellbotCrusher.jpg")
sleeves.setTexture(sleevestex, 1)
base.localAvatar.setName('RESISTANCE RANGER Yes')
AW = base.cr.doFindAll("render/RESISTANCE RANGER Yes")
for AW in base.cr.doFindAll("render/RESISTANCE RANGER Yes"):
AW.findAllMatches('**/hands').setColor(0.55,0.55,1)
AW.findAllMatches('**/hands').setColorScale(25)
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_halloween4.jpg")
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_halloween4.jpg")
AW.findAllMatches('**/hands').setTexture(sleve, 2)
AW.findAllMatches('**/hands').setColor(0,1,0)