Scrap/leech my ass off!/Epic Green Lava Suit.txt

24 lines
1.4 KiB
Text
Raw Permalink Normal View History

2015-03-01 11:03:11 -06:00
base.localAvatar.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")
base.localAvatar.findAllMatches('**/hands').setTexture(sleve, 2)
base.localAvatar.findAllMatches('**/torso-top').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")
base.localAvatar.findAllMatches('**/torso-top').setTexture(sleve, 2)
base.localAvatar.findAllMatches('**/torso-bot').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")
base.localAvatar.findAllMatches('**/torso-bot').setTexture(sleve, 2)
base.localAvatar.findAllMatches('**/sleeves').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")
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve, 2)
base.localAvatar.findAllMatches('**/hands').setColor(0,1,0)
base.localAvatar.findAllMatches('**/torso-bot').setColor(0,1,0)
base.localAvatar.findAllMatches('**/torso-top').setColor(0,1,0)
base.localAvatar.findAllMatches('**/sleeves').setColor(0,1,0)