Advertisement
CumK

Untitled

May 17th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1.  
  2. <<widget "clotheschoice">><<nobr>>
  3.  
  4. <<if $clothesselect is "casual">><<set $clothesselect to 0>><<storeclear>>
  5.  
  6. <<set $upperoff to $upperoutfitcasual>><<set $loweroff to $loweroutfitcasual>><<set $underoff to $underoutfitcasual>><<clotheson>>
  7. <<set $headacc to $headaccoutfitcasual>><<set $feetacc to $feetaccoutfitcasual>><<set $legsacc to $legsaccoutfitcasual>><<set $faceacc to $faceaccoutfitcasual>>
  8.  
  9. <<elseif $clothesselect is "school">><<set $clothesselect to 0>><<storeclear>>
  10. <<set $upperoff to $upperoutfitschool>><<set $loweroff to $loweroutfitschool>><<set $underoff to $underoutfitschool>><<clotheson>>
  11. <<set $headacc to $headaccoutfitschool>><<set $feetacc to $feetaccoutfitschool>><<set $legsacc to $legsaccoutfitschool>><<set $faceacc to $faceaccoutfitschool>>
  12.  
  13. <<elseif $clothesselect is "custom1">><<set $clothesselect to 0>><<storeclear>>
  14. <<set $upperoff to $upperoutfitcustom1>><<set $loweroff to $loweroutfitcustom1>><<set $underoff to $underoutfitcustom1>><<clotheson>>
  15. <<set $headacc to $headaccoutfitcustom1>><<set $feetacc to $feetaccoutfitcustom1>><<set $legsacc to $legsaccoutfitcustom1>><<set $faceacc to $faceaccoutfitcustom1>>
  16.  
  17. <<elseif $clothesselect is "custom2">><<set $clothesselect to 0>><<storeclear>>
  18. <<set $upperoff to $upperoutfitcustom2>><<set $loweroff to $loweroutfitcustom2>><<set $underoff to $underoutfitcustom2>><<clotheson>>
  19. <<set $headacc to $headaccoutfitcustom2>><<set $feetacc to $feetaccoutfitcustom2>><<set $legsacc to $legsaccoutfitcustom2>><<set $faceacc to $faceaccoutfitcustom2>>
  20.  
  21. <<elseif $clothesselect is "custom3">><<set $clothesselect to 0>><<storeclear>>
  22. <<set $upperoff to $upperoutfitcustom3>><<set $loweroff to $loweroutfitcustom3>><<set $underoff to $underoutfitcustom3>><<clotheson>>
  23. <<set $headacc to $headaccoutfitcustom3>><<set $feetacc to $feetaccoutfitcustom3>><<set $legsacc to $legsaccoutfitcustom3>><<set $faceacc to $faceaccoutfitcustom3>>
  24.  
  25. <<elseif $clothesselect is "custom4">><<set $clothesselect to 0>><<storeclear>>
  26. <<set $upperoff to $upperoutfitcustom4>><<set $loweroff to $loweroutfitcustom4>><<set $underoff to $underoutfitcustom4>><<clotheson>>
  27. <<set $headacc to $headaccoutfitcustom4>><<set $feetacc to $feetaccoutfitcustom4>><<set $legsacc to $legsaccoutfitcustom4>><<set $faceacc to $faceaccoutfitcustom4>>
  28.  
  29. <<elseif $clothesselect is "clotheson">><<set $clothesselect to 0>>
  30. <<if $upperstore is 0>>
  31. <<upperundress>>
  32. <</if>>
  33. <<if $lowerstore is 0>>
  34. <<lowerundress>>
  35. <</if>>
  36. <<if $understore is 0>>
  37. <<underundress>>
  38. <</if>>
  39. <<storeon>>
  40. <</if>>
  41.  
  42. <</nobr>><</widget>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement