Advertisement
CumK

Untitled

May 17th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1.  
  2. <<clotheschoice>>
  3.  
  4. <<link "Dress casually">> <<set $clothesselect to "casual">><<script>>state.display(state.active.title, null)<</script>><</link>> |
  5. <<link "Dress for school">> <<set $clothesselect to "school">><<script>>state.display(state.active.title, null)<</script>><</link>> |
  6. <<link "custom 1">> <<set $clothesselect to "custom1">><<script>>state.display(state.active.title, null)<</script>><</link>> |
  7. <<link "custom 2">> <<set $clothesselect to "custom2">><<script>>state.display(state.active.title, null)<</script>><</link>> |
  8. <<link "custom 3">> <<set $clothesselect to "custom3">><<script>>state.display(state.active.title, null)<</script>><</link>> |
  9. <<link "custom 4">> <<set $clothesselect to "custom4">><<script>>state.display(state.active.title, null)<</script>><</link>><br><br>
  10.  
  11. <<link "Set currently worn clothing as casual outfit">><<set $upperoutfitcasual to $upperclothes>><<set $loweroutfitcasual to $lowerclothes>><<set $underoutfitcasual to $underclothes>><<set $legsaccoutfitcasual to $legsacc>><<set $feetaccoutfitcasual to $feetacc>><<set $headaccoutfitcasual to $headacc>><<set $faceacoutfitcasual to $faceacc>><<script>>state.display(state.active.title, null)<</script>><</link>><br>
  12. <<link "Set currently worn clothing as school outfit">><<set $upperoutfitschool to $upperclothes>><<set $loweroutfitschool to $lowerclothes>><<set $underoutfitschool to $underclothes>><<set $legsacoutfitschool to $legsacc>><<set $feetacoutfitschool to $feetacc>><<set $headacoutfitschool to $headacc>><<set $faceacoutfitschool to $faceacc>><<script>>state.display(state.active.title, null)<</script>><</link>><br>
  13. <<link "Set currently worn clothing as custom 1 outfit">><<set $upperoutfitcustom1 to $upperclothes>><<set $loweroutfitcustom1 to $lowerclothes>><<set $underoutfitcustom1 to $underclothes>><<set $legsacoutfitcustom1 to $legsacc>><<set $feetacoutfitcustom1 to $feetacc>><<set $headacoutfitcustom1 to $headacc>><<set $faceacoutfitcustom1 to $faceacc>><<script>>state.display(state.active.title, null)<</script>><</link>><br>
  14. <<link "Set currently worn clothing as custom 2 outfit">><<set $upperoutfitcustom2 to $upperclothes>><<set $loweroutfitcustom2 to $lowerclothes>><<set $underoutfitcustom2 to $underclothes>><<set $legsacoutfitcustom2 to $legsacc>><<set $feetacoutfitcustom2 to $feetacc>><<set $headacoutfitcustom2 to $headacc>><<set $faceacoutfitcustom2 to $faceacc>><<script>>state.display(state.active.title, null)<</script>><</link>><br>
  15. <<link "Set currently worn clothing as custom 3 outfit">><<set $upperoutfitcustom3 to $upperclothes>><<set $loweroutfitcustom3 to $lowerclothes>><<set $underoutfitcustom3 to $underclothes>><<set $legsacoutfitcustom3 to $legsacc>><<set $feetacoutfitcustom3 to $feetacc>><<set $headacoutfitcustom3 to $headacc>><<set $faceacoutfitcustom3 to $faceacc>><<script>>state.display(state.active.title, null)<</script>><</link>><br>
  16. <<link "Set currently worn clothing as custom 4 outfit">><<set $upperoutfitcustom4 to $upperclothes>><<set $loweroutfitcustom4 to $lowerclothes>><<set $underoutfitcustom4 to $underclothes>><<set $legsacoutfitcustom4 to $legsacc>><<set $feetacoutfitcustom4 to $feetacc>><<set $headacoutfitcustom4 to $headacc>><<set $faceacoutfitcustom4 to $faceacc>><<script>>state.display(state.active.title, null)<</script>><</link>><br>
  17.  
  18. <br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement