Эх сурвалжийг харах

Clothing update and fixes from 0.4.0

Adds old town stop to metro, fixes sleep problems in sauna and
placer_sex, birthing variable issues, some typos and adds the core of
the new clothing system.
KevinSmarts 9 жил өмнө
parent
commit
30fc2ef4b5

+ 36 - 1
glife.qproj

@@ -19,8 +19,25 @@
     </Folder>
     <Folder name="clothing">
       <Location name="clothing"/>
+      <Location name="changingroom"/>
+      <Location name="cloakroom"/>
       <Location name="$clothing_name"/>
       <Location name="$clothing_image"/>
+      <Location name="clothing_attributes"/>
+      <Location name="clothing_descriptions"/>
+      <Location name="$short_description"/>
+      <Location name="$attributes_cheap"/>
+      <Location name="$attributes_average"/>
+      <Location name="$attributes_expensive"/>
+      <Location name="$attributes_formal"/>
+      <Location name="$attributes_office"/>
+      <Location name="$attributes_school"/>
+      <Location name="$attributes_exercise"/>
+      <Location name="$attributes_naughty"/>
+      <Location name="$attributes_exhibit"/>
+      <Location name="$attributes_uniform"/>
+      <Location name="$attributes_coat"/>
+      <Location name="$attributes_swimwear"/>
     </Folder>
     <Folder name="Stats">
       <Location name="body"/>
@@ -132,9 +149,27 @@
       <Location name="trashplace"/>
       <Location name="musorkaexh"/>
       <Location name="RynokHoz"/>
-      <Location name="BDSM_Club"/>
       <Location name="taxi"/>
     </Folder>
+    <Folder name="BDSM_Club">
+      <Location name="BDSM_Club"/>
+      <Location name="BDSM_training"/>
+      <Location name="MHall"/>
+      <Location name="MDressing"/>
+      <Location name="MLanding"/>
+      <Location name="MDining"/>
+      <Location name="MLibrary"/>
+      <Location name="MBallroom"/>
+      <Location name="MRear"/>
+      <Location name="MConservatory"/>
+      <Location name="MKitchen"/>
+      <Location name="MBasement"/>
+      <Location name="MWestbed"/>
+      <Location name="MEastbed"/>
+      <Location name="MGames"/>
+      <Location name="MLiving"/>
+      <Location name="MBathrooms"/>
+    </Folder>
     <Folder name="Trade Representative">
       <Location name="torgpred"/>
       <Location name="StasQW"/>

+ 655 - 0
locations/_attributes_average

@@ -0,0 +1,655 @@
+# $attributes_average
+
+if ARGS[1] = 1:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 2
+elseif ARGS[1] = 2:
+	CloQuality = 3
+	CloThinness = 1
+	CloTopCut = 1
+	CloSkirtShortness = 4
+	CloStyle = 2
+elseif ARGS[1] = 3:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 4:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 2
+elseif ARGS[1] = 5:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 2
+elseif ARGS[1] = 6:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 7:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 8:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 9:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 10:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 11:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 12:
+	CloQuality = 4
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1 
+elseif ARGS[1] = 13:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 14:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 2
+elseif ARGS[1] = 15:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 16:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 2
+	CloStyle = 2
+elseif ARGS[1] = 17:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 18:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 3
+elseif ARGS[1] = 19:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+	CloStyle = 5
+elseif ARGS[1] = 20:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 5 
+elseif ARGS[1] = 21:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 5
+elseif ARGS[1] = 22:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 4
+elseif ARGS[1] = 23:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 4
+	CloPantsShortness = 6 
+	CloBimbo = 1
+elseif ARGS[1] = 24:
+	CloQuality = 3
+	CloThinness = 1
+	CloTopCut = 1
+	CloSkirtShortness = 4
+elseif ARGS[1] = 25:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 5
+elseif ARGS[1] = 26:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 4
+elseif ARGS[1] = 27:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 4
+elseif ARGS[1] = 28:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 4
+	CloPantsShortness = 4
+elseif ARGS[1] = 29:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 5
+elseif ARGS[1] = 30:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 5
+elseif ARGS[1] = 31:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 32:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 4
+	CloStyle = 1
+elseif ARGS[1] = 33:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 34:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 4
+	CloStyle = 2
+elseif ARGS[1] = 35:
+	CloQuality = 4
+	CloThinness = 1
+	CloTopCut = 1
+	CloPantsShortness = 3
+elseif ARGS[1] = 36:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 37:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 5
+elseif ARGS[1] = 38:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 5
+elseif ARGS[1] = 39:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 6
+elseif ARGS[1] = 40:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 41:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 1
+	CloSkirtShortness = 5
+	CloStyle = 1
+elseif ARGS[1] = 42:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 1
+elseif ARGS[1] = 43:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 44:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 45:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 4
+	CloSkirtShortness = 5
+elseif ARGS[1] = 46:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 4
+	CloStyle = 2
+elseif ARGS[1] = 47:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 48:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 49:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 50:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 51:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 52:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 53:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 54:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 1
+	CloSkirtShortness = 5
+	CloStyle = 1
+elseif ARGS[1] = 55:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 56:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 57:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 58:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 59:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 2
+	CloStyle = 5
+elseif ARGS[1] = 60:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloStyle = 5
+elseif ARGS[1] = 61:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 5
+elseif ARGS[1] = 62:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 63:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 64:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 65:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 66:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 67:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 68:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 69:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 70:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 71:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 72:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 73:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 1
+	CloBimbo = 1
+elseif ARGS[1] = 74:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 75:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 76:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 77:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloStyle = 1
+elseif ARGS[1] = 78:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 79:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 80:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 81:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 82:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 83:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 2
+elseif ARGS[1] = 84:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 85:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 86:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 87:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 88:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 3
+elseif ARGS[1] = 89:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 90:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 91:
+	CloQuality = 3
+	CloThinness = 4 
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 92:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 93:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 94:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 95:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 96:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 97:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 98:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 99:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 100:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 5
+elseif ARGS[1] = 101:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 102:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 103:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 104:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 105:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 3
+	CloStyle = 5
+elseif ARGS[1] = 106:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 107:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 108:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 4
+	CloSkirtShortness = 5
+elseif ARGS[1] = 109:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 110:
+	CloQuality = 1 
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 4
+	CloStyle = 1
+elseif ARGS[1] = 111:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 4
+elseif ARGS[1] = 112: 
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 5 
+elseif ARGS[1] = 113:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 1
+elseif ARGS[1] = 114:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 115:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 116:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 5
+elseif ARGS[1] = 117:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 118:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 119:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 5
+elseif ARGS[1] = 120:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 121:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 122:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1 
+elseif ARGS[1] = 123:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 4
+	CloSkirtShortness = 5
+elseif ARGS[1] = 124:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 125:
+	CloQuality = 4
+	CloThinness = 4 
+	CloTopCut = 1
+	CloPantsShortness = 1
+end
+
+--- $attributes_average ---------------------------------
+

+ 444 - 0
locations/_attributes_cheap

@@ -0,0 +1,444 @@
+# $attributes_cheap
+
+if ARGS[1] = 1:
+	CloQuality = 1
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1 
+elseif ARGS[1] = 2:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 3:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 4:
+	CloQuality = 1
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 2
+elseif ARGS[1] = 5:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 6:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 7:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloStyle = 1
+elseif ARGS[1] = 8:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 3
+elseif ARGS[1] = 9:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 1
+	CloSkirtShortness = 5
+elseif ARGS[1] = 10:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 11:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 12:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 13:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 14:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 15:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 16:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 17:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 18:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 19:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 20:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 21:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 22:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 23:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 24:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+	CloBimbo = 1
+elseif ARGS[1] = 25:
+	CloQuality = 2
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 2
+elseif ARGS[1] = 26:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 27:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 28:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 29:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 30:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 31:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 32:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 33:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 34:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 35:
+	CloQuality = 2
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 36:
+	CloQuality = 1
+	CloThinness = 2
+	CloTopCut = 2
+	CloPantsShortness = 1
+	CloStyle = 5
+elseif ARGS[1] = 37:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 3
+elseif ARGS[1] = 38:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 39:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 5
+elseif ARGS[1] = 40:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 2
+elseif ARGS[1] = 41:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 42:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 43:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 44:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 2
+	CloBimbo = 1
+elseif ARGS[1] = 45:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 46:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 47:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 48:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 49:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 50:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 51:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 52:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+	CloStyle = 5
+elseif ARGS[1] = 53:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+elseif ARGS[1] = 54:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 55:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 56:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 5
+elseif ARGS[1] = 57:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 58:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 59:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 60:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 61:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 62:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 63:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 64:
+	CloQuality = 2
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 65:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 66:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 67:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 68:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 69:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 5
+elseif ARGS[1] = 70:
+	CloQuality = 1
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 71:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 72:
+	CloQuality = 2
+	CloThinness = 2
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 73:
+	CloQuality = 1
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 74:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 5
+elseif ARGS[1] = 75:
+	CloQuality = 1
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 5
+elseif ARGS[1] = 76:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 78:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 5
+elseif ARGS[1] = 79:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 4
+	CloPantsShortness = 5
+elseif ARGS[1] = 80:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 5
+elseif ARGS[1] = 81:
+	CloQuality = 1
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 82:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 83:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+	CloStyle = 5
+elseif ARGS[1] = 84:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 85:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloBimbo = 1
+end
+
+--- $attributes_cheap ---------------------------------
+

+ 70 - 0
locations/_attributes_coat

@@ -0,0 +1,70 @@
+# $attributes_coat
+
+if ARGS[1] = 1:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 2:
+	CloQuality = 2
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 3:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 4:
+	CloQuality = 6
+	CloThinness = 2
+	CloTopCut = 1 
+	CloPantsShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 5:
+	CloQuality = 1
+	CloThinness = 1
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 6:
+	CloQuality = 4
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 7:
+	CloQuality = 3
+	CloThinness = 1
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 8:
+	CloQuality = 4
+	CloThinness = 2
+	CloTopCut = 2 
+	CloSkirtShortness = 2
+elseif ARGS[1] = 9:
+	CloQuality = 5 
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 10:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 11:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 2
+	CloStyle = 3
+elseif ARGS[1] = 12:
+	CloQuality = 6
+	CloThinness = 2
+	CloTopCut = 1
+	CloSkirtShortness = 2
+	CloStyle = 3
+end
+
+--- $attributes_coat ---------------------------------
+

+ 137 - 0
locations/_attributes_exercise

@@ -0,0 +1,137 @@
+# $attributes_exercise
+
+!Quality range is 3-5. 3 for casual short-and-shorts, 4 for clothing specially designed for exercise, 5 is more designed for looks than exercise.
+if ARGS[1] = 1:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 2
+elseif ARGS[1] = 2:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 3:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 4:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 4
+	CloPantsShortness = 4
+elseif ARGS[1] = 5:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 6:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 2
+elseif ARGS[1] = 7:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 3
+elseif ARGS[1] = 8:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 9:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 2
+elseif ARGS[1] = 10:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 2
+	CloOnePiece = 1
+elseif ARGS[1] = 11:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 2
+elseif ARGS[1] = 12:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 5
+elseif ARGS[1] = 13:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 6
+elseif ARGS[1] = 14:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 6
+elseif ARGS[1] = 15:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 5
+elseif ARGS[1] = 16:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 4
+elseif ARGS[1] = 17:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 5
+elseif ARGS[1] = 18:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 2
+elseif ARGS[1] = 19:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 20:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 21:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 22:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 23:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 4
+elseif ARGS[1] = 24:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 4
+elseif ARGS[1] = 25:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 26:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 6
+end
+
+--- $attributes_exercise ---------------------------------
+

+ 205 - 0
locations/_attributes_exhibit

@@ -0,0 +1,205 @@
+# $attributes_exhibit
+
+! All items must have the "CloStyle = 4" tag. Quality range is 3-6 or so.
+if ARGS[1] = 1:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 2:
+	CloQuality = 3
+	CloThinness = 6
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 3:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 4:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 5:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 6:
+	CloQuality = 3
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 7:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 8:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 9:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 10:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 11:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 12:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 13:
+	CloQuality = 6
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 14:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 15:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 16:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 17:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 18:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloStyle = 4
+	CloBimbo = 1
+	CloOnePiece = 1
+elseif ARGS[1] = 19:
+	CloQuality = 2
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 20:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloStyle = 4
+	CloOnePiece = 1
+elseif ARGS[1] = 21:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 22:
+	CloQuality = 3
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 23:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 24:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 25:
+	CloQuality = 3
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 26:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 27:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 28:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 29:
+	CloQuality = 6
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 30:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+end
+
+--- $attributes_exhibit ---------------------------------
+

+ 822 - 0
locations/_attributes_expensive

@@ -0,0 +1,822 @@
+# $attributes_expensive
+
+if ARGS[1] = 1:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 2:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 2
+elseif ARGS[1] = 3:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 4:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 5:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 6:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 7:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 8:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 9:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 10:
+	CloQuality = 5 
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 4 
+	CloStyle = 2
+elseif ARGS[1] = 11:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 1
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 12:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 13:
+	CloQuality = 5
+	CloThinness = 5 
+	CloTopCut = 3
+	CloSkirtShortness = 1
+	CloStyle = 5
+elseif ARGS[1] = 14:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 5
+elseif ARGS[1] = 15:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 16:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 17:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 18:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 19:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 20:
+	CloQuality = 8
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 2
+elseif ARGS[1] = 21:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 22:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 23:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 24:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 25:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 1 
+elseif ARGS[1] = 26:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 27:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 28:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 29:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 30:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 31:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 32:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 33:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 34:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 5
+	CloStyle = 2
+elseif ARGS[1] = 35:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 36:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 37:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 38:
+	CloQuality = 6 
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 39:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 2
+elseif ARGS[1] = 40:
+	CloQuality = 5
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 41:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 42:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 43:
+	CloQuality = 5
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 44:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 45:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 5
+	CloBimbo = 1
+	CloStyle = 3
+elseif ARGS[1] = 46:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 47:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 6
+elseif ARGS[1] = 48:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 5
+elseif ARGS[1] = 49:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 50:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 4
+	CloSkirtShortness = 2
+elseif ARGS[1] = 51:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 52:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 4
+elseif ARGS[1] = 53:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 54:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 55:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 56:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 4
+	CloBimbo = 1
+elseif ARGS[1] = 57:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 58:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 59:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 60:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 61:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 62:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 1
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 63:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 64:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 65:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 1
+	CloStyle = 5
+elseif ARGS[1] = 66:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 67:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 68:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 69:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 1
+	CloSkirtShortness = 5
+elseif ARGS[1] = 70:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 71:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 72:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 73:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 74:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 75:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 76:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloBimbo = 1
+elseif ARGS[1] = 77:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 78:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 4
+elseif ARGS[1] = 79:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 80:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 2
+	CloStyle = 3
+elseif ARGS[1] = 81:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 82:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 83:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 84:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 85:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 86:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 87:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 88:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloStyle = 3
+elseif ARGS[1] = 89:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 1
+	CloSkirtShortness = 5
+elseif ARGS[1] = 90:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 91:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 92:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 93:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 94:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 95:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 96:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 97:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 3
+elseif ARGS[1] = 98:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 99:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 100:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 101:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 102:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 3
+elseif ARGS[1] = 103:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 104:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 5
+elseif ARGS[1] = 105:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 106:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 107:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 108:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloStyle = 5
+elseif ARGS[1] = 109:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 110:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 111:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 112:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 113:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 114:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 115:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 1
+	CloSkirtShortness = 5
+elseif ARGS[1] = 116:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 117:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 118:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 119:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	Clostyle = 5
+elseif ARGS[1] = 120:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 121:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 122:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 123:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 124:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 125:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 3
+elseif ARGS[1] = 126:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 7
+elseif ARGS[1] = 127:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5 
+	CloBimbo = 1
+elseif ARGS[1] = 128:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 129:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 130:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5 
+	CloBimbo = 1
+	CloStyle = 3
+elseif ARGS[1] = 131:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 3
+	CloBimbo = 1
+elseif ARGS[1] = 132:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 133:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 134:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 1
+	CloSkirtShortness = 3
+elseif ARGS[1] = 135:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 136:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 3
+elseif ARGS[1] = 137:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 138:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 139:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 140:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 141:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloBimbo = 1
+elseif ARGS[1] = 142:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 143:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 2
+	CloStyle = 3
+elseif ARGS[1] = 144:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 145:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 146:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 1
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 147:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 5
+	CloBimbo = 1
+end
+
+--- $attributes_expensive ---------------------------------
+

+ 91 - 0
locations/_attributes_formal

@@ -0,0 +1,91 @@
+# $attributes_formal
+
+! Note: All items should have the wealthy style applied. No items outside this category should be quality = 7, although not all items in it must be that quality
+if ARGS[1] = 1:
+	CloQuality = 7
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 2:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 3:
+	CloQuality = 7
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 4:
+	CloQuality = 7
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 3
+elseif ARGS[1] = 5:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 3
+	CloStyle = 3
+elseif ARGS[1] = 6:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 2
+	CloStyle = 3
+elseif ARGS[1] = 7:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 2
+	CloStyle = 3
+elseif ARGS[1] = 8:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 2
+	CloStyle = 3
+elseif ARGS[1] = 9:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloStyle = 3
+elseif ARGS[1] = 10:
+	CloQuality = 7
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 11:
+	CloQuality = 7
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 12:
+	CloQuality = 7
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 13:
+	CloQuality = 7
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 1
+	CloStyle = 3
+elseif ARGS[1] = 14:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 1
+	CloSkirtShortness = 4
+	CloStyle = 3
+end
+
+--- $attributes_formal ---------------------------------
+

+ 392 - 0
locations/_attributes_naughty

@@ -0,0 +1,392 @@
+# $attributes_naughty
+
+!Quality range is 2-6. 2 for cheap street hooker outfits, 4 for simple underwear (bra and panties), 5 for more complex lingerie. 6 is for one-of-a-kind unique outfits.
+!All underwear items should have the exhibitionist flag (CloStyle = 4)
+if ARGS[1] = 1:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 2:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 3:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 2
+elseif ARGS[1] = 4:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 2
+elseif ARGS[1] = 5:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 6:
+	CloQuality = 2
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 7:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 8:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 9:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 10:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 11:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 3
+	CloStyle = 4
+elseif ARGS[1] = 12:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+	CloStyle = 2
+elseif ARGS[1] = 13:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 14:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloOnePiece = 1
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 15:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 1
+elseif ARGS[1] = 16:
+	CloQuality = 3
+	CloThinness = 6
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 17:
+	CloQuality = 4 
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 18:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 19:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 20:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 21:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 22:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 23:
+	CloQuality = 6
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 24:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 25:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 26:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 27:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 28:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 29:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 30:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 31:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 32:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 33:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 34:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 35:
+	CloQuality = 6
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 36:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 37:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 38:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 39:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 4
+elseif ARGS[1] = 40:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 1
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 41:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 42:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 43:
+	CloQuality = 6
+	CloThinness = 6
+	CloTopCut = 1
+	CloPantsShortness = 1
+	CloStyle = 4
+elseif ARGS[1] = 44:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 45:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 46:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 47:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 48:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 49:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 50:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 1
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 51:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 52:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 53:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 54:
+	CloQuality = 3
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 55:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 6
+	CloOnePiece = 1
+elseif ARGS[1] = 56:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 57:
+	CloQuality = 2
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloStyle = 4
+elseif ARGS[1] = 58:
+	CloQuality = 6
+	CloThinness = 4
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 59:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 60:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 61:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 62:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 63:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 64:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 1
+elseif ARGS[1] = 65:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+	CloStyle = 2
+elseif ARGS[1] = 66:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 67:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+end
+
+--- $attributes_naughty ---------------------------------
+

+ 167 - 0
locations/_attributes_office

@@ -0,0 +1,167 @@
+# $attributes_office
+
+! Quality range is 4-5 here. 4 for simple blouse and skirt combos, 5 for suits and expensive office dresses.
+if ARGS[1] = 1:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 2:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 3:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 4:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 2
+	CloBimbo = 1
+elseif ARGS[1] = 5:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 4
+	CloSkirtShortness = 5
+elseif ARGS[1] = 6:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 7:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 8:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 2
+elseif ARGS[1] = 9:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 10:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 3
+elseif ARGS[1] = 11:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 12:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 13:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 14:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 15:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 16:
+	CloQuality = 5
+	CloThinness = 1
+	CloTopCut = 1
+	CloSkirtShortness = 2
+elseif ARGS[1] = 17:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 18:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 19:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+elseif ARGS[1] = 20:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 21:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 22:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 23:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 3
+elseif ARGS[1] = 24:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 25:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 26:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 5
+elseif ARGS[1] = 27:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 28:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 29:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 30:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloSkirtShortness = 6
+	CloStyle = 4
+end
+
+--- $attributes_office ---------------------------------
+

+ 91 - 0
locations/_attributes_school

@@ -0,0 +1,91 @@
+# $attributes_school
+
+!Quality range is usually 3-4.
+if ARGS[1] = 1:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 5
+elseif ARGS[1] = 2:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 3
+elseif ARGS[1] = 3:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 4:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 5:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 6:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 1
+	CloSkirtShortness = 4
+elseif ARGS[1] = 7:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 8:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 9:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 10:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 11:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 5
+elseif ARGS[1] = 12:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 13:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 5
+elseif ARGS[1] = 14:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+end
+
+--- $attributes_school ---------------------------------
+

+ 189 - 0
locations/_attributes_swimwear

@@ -0,0 +1,189 @@
+# $attributes_swimwear
+
+if ARGS[1] = 1:
+	CloQuality = 5
+	CloThinness = 4
+	CloTopCut = 4
+	CloPantsShortness = 6
+elseif ARGS[1] = 2:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloOnePiece = 1
+elseif ARGS[1] = 3:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 6
+elseif ARGS[1] = 4:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 6
+	CloOnePiece = 1
+elseif ARGS[1] = 5:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+elseif ARGS[1] = 6:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+elseif ARGS[1] = 7:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 6
+	CloOnePiece = 1
+elseif ARGS[1] = 8:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+elseif ARGS[1] = 9:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 4
+	CloSkirtShortness = 5
+elseif ARGS[1] = 10:
+	CloQuality = 6
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloStyle = 4
+elseif ARGS[1] = 11:
+	CloQuality = 2
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+elseif ARGS[1] = 12:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+elseif ARGS[1] = 13:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 3
+	CloPantsShortness = 4
+elseif ARGS[1] = 14:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 6
+elseif ARGS[1] = 15:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 16:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 17:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+elseif ARGS[1] = 18:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 19:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 20:
+	CloQuality = 6
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 21:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 22:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 23:
+	CloQuality = 6
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 24:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 25:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 26:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 27:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+elseif ARGS[1] = 28:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 29:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 30:
+	CloQuality = 6
+	CloThinness = 5
+	CloTopCut = 4
+	CloPantsShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+end
+
+--- $attributes_swimwear ---------------------------------
+

+ 140 - 0
locations/_attributes_uniform

@@ -0,0 +1,140 @@
+# $attributes_uniform
+
+!Quality range should be 2 to 5
+if ARGS[1] = 1:
+	CloQuality = 4
+	CloThinness = 1
+	CloTopCut = 1
+	CloSkirtShortness = 4
+elseif ARGS[1] = 2:
+	CloQuality = 5
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 3:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 4:
+	CloQuality = 4
+	CloThinness = 6
+	CloTopCut = 4
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 5:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 4
+	CloSkirtShortness = 5
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 6:
+	CloQuality = 5
+	CloThinness = 5
+	CloTopCut = 3
+	CloSkirtShortness = 6
+	CloBimbo = 1
+	CloStyle = 4
+elseif ARGS[1] = 7:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloBimbo = 1
+elseif ARGS[1] = 8:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 9:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 1
+	CloSkirtShortness = 4
+elseif ARGS[1] = 10:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 11:
+	CloQuality = 2
+	CloThinness = 2
+	CloTopCut = 1
+	CloSkirtShortness = 2
+elseif ARGS[1] = 12:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 2
+	CloSkirtShortness = 2
+elseif ARGS[1] = 13:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 14:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+elseif ARGS[1] = 15:
+	CloQuality = 3
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 16:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloPantsShortness = 1
+elseif ARGS[1] = 17:
+	CloQuality = 2
+	CloThinness = 3
+	CloTopCut = 2
+	CloPantsShortness = 1
+elseif ARGS[1] = 18:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 19:
+	CloQuality = 5
+	CloThinness = 3
+	CloTopCut = 3
+	CloSkirtShortness = 5
+	CloBimbo = 1
+elseif ARGS[1] = 20:
+	CloQuality = 4
+	CloThinness = 2
+	CloTopCut = 1
+	CloSkirtShortness = 2
+elseif ARGS[1] = 21:
+	CloQuality = 3
+	CloThinness = 2
+	CloTopCut = 1
+	CloSkirtShortness = 2
+elseif ARGS[1] = 22:
+	CloQuality = 3
+	CloThinness = 1
+	CloTopCut = 1
+	CloSkirtShortness = 2
+elseif ARGS[1] = 23:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 1
+	CloSkirtShortness = 2
+elseif ARGS[1] = 24:
+	CloQuality = 4
+	CloThinness = 2
+	CloTopCut = 1
+	CloSkirtShortness = 2
+end
+
+--- $attributes_uniform ---------------------------------
+

+ 12 - 15
locations/_clothing_image

@@ -3,21 +3,18 @@
 !! ARGS 0 - clothing group name
 !! ARGS 1 - clothing index
 
-if $ARGS[0] = 'vatnik':$RESULT = 'images/clothes/vatnik.jpg'
-if $ARGS[0] = 'sforma':$RESULT = 'images/clothes/newclo/131.jpg'
-if $ARGS[0] = 'jeans':$RESULT = 'images/clothes/jeans<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'yoga':$RESULT = 'images/clothes/yoga<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'sarafan':$RESULT = 'images/clothes/sarafan<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'short':$RESULT = 'images/clothes/short<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'skirt':$RESULT = 'images/clothes/skirt<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'dress':$RESULT = 'images/clothes/dress<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'profi':$RESULT = 'images/clothes/profi<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'pants':$RESULT = 'images/clothes/pants<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'latex':$RESULT = 'images/clothes/latex<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'hooker':$RESULT = 'images/clothes/hooker<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'odekis':$RESULT = 'images/clothes/k<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'newclo':$RESULT = 'images/clothes/newclo/<<ARGS[1]>>.jpg'
-if $ARGS[0] = 'ero':$RESULT = 'images/img/dress/ero<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'cheap':$RESULT = 'images/Clothing/1cheap/Cheap<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'average':$RESULT = 'images/Clothing/2average/Average<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'expensive':$RESULT = 'images/Clothing/3expensive/Expensive<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'formal':$RESULT = 'images/Clothing/4formal/Formal<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'office':$RESULT = 'images/Clothing/5office/Office<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'school':$RESULT = 'images/Clothing/6school/School<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'exercise':$RESULT = 'images/Clothing/7exercise/Exercise<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'naughty':$RESULT = 'images/Clothing/8naughty/Naughty<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'exhibit':$RESULT = 'images/Clothing/9exhibit/Exhibit<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'uniform':$RESULT = 'images/Clothing/10uniform/Uniform<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'coat':$RESULT = 'images/Clothing/11coat/Coat<<ARGS[1]>>.jpg'
+if $ARGS[0] = 'swimwear':$RESULT = 'images/Clothing/12swimwear/Swimwear<<ARGS[1]>>.jpg'
 end
 
 --- $clothing_image ---------------------------------

+ 17 - 473
locations/_clothing_name

@@ -1,481 +1,25 @@
 # $clothing_name
-!! returns the name of the clothing
+!! returns the name of the clothing (only used for coats and swimwear)
 !! ARGS 0 - clothing type
 !! ARGS 1 - clothing index
 
-if $ARGS[0] = 'vatnik':
-	$RESULT = 'Tattered, rustic jacket'
-elseif $ARGS[0] = 'sforma':
-	$RESULT = 'School uniform'
-elseif $ARGS[0] = 'jeans':
-	if ARGS[1] <= 5:$RESULT = 'Jeans <<ARGS[1]>>'
-	if ARGS[1] = 201:$RESULT = 'Blue jeans, a grey camisole and a turquise hoodie'
-	if ARGS[1] = 202:$RESULT = 'Dark-blue, skin tight, low-rise jeans and a purple camisole'
-	if ARGS[1] = 203:$RESULT = 'Dark-blue, skin tight jeans, a white t-shirt and a red hoodie'
-	if ARGS[1] = 204:$RESULT = 'Light-blue, torn jeans and a pink t-shirt'
-	if ARGS[1] = 205:$RESULT = 'Dark-blue, torn jeans, a white t-shirt and a black leather jacket'
-	if ARGS[1] = 206:$RESULT = 'Dark-blue, skin tight, low-rise jeans and a black camisole'
-	if ARGS[1] = 207:$RESULT = 'Light-blue, skin tight, low-rise jeans and tight, white crop camisole'
-	if ARGS[1] = 208:$RESULT = 'Blue, skin tight jeans and a black crop vest'
-	if ARGS[1] = 209:$RESULT = 'Grey, skin tight jeans and a brown neckhalter top'
-	if ARGS[1] = 210:$RESULT = 'Light-blue jeans and a simple, white t-shirt'
-	if ARGS[1] = 211:$RESULT = 'Dark-grey jeans and a grey "USA" shirt'
-	if ARGS[1] = 212:$RESULT = 'Blue jeans and a pink-white hoodie t-shirt'
-	if ARGS[1] = 213:$RESULT = 'Light-grey, skin tight jeans and loose, black top'
-	if ARGS[1] = 214:$RESULT = 'Dark-grey, skin tight jeans, a green t-shirt and a purple-black hoodie'
-	if ARGS[1] = 215:$RESULT = 'Light-blue, skin tight jeans and a thin, black halter top'
-	if ARGS[1] = 216:$RESULT = 'Dark-blue, skin tight jeans and a silver top'
-	if ARGS[1] = 217:$RESULT = 'Dark-blue, skin tight jeans and a red-black t-shirt'
-	if ARGS[1] = 218:$RESULT = 'Blue jeggings and a thin, grey crop blouse'
-	if ARGS[1] = 219:$RESULT = 'Blue jeans, a white top and grey vest'
-	if ARGS[1] = 220:$RESULT = 'Light-blue, low-rise jeans and a black "Sex Inspector" top'
-	if ARGS[1] = 221:$RESULT = 'Light-blue, low-rise jeans, a white shirt and a blue-white blouse'
-	if ARGS[1] = 222:$RESULT = 'Dark-blue jeans and a golden halter crop top'
-	if ARGS[1] = 223:$RESULT = 'Dark-blue jeans and a pink halter crop top'	
-	if ARGS[1] = 224:$RESULT = 'Light-blue, skin tight jeans and a silver halter crop top'
-	if ARGS[1] = 225:$RESULT = 'Light-blue, skin tight, low-rise jeans and a tight, golden halter crop top'	
-	if ARGS[1] = 226:$RESULT = 'Dark-blue, skin tight, low-rise jeans and a black crop top'
-	if ARGS[1] = 227:$RESULT = 'Blue, skin tight jeans and a loose, flesh colored shirt'
-	if ARGS[1] = 228:$RESULT = 'Light-blue, skin tight jeans and a tight, thin, white camisole'
-	if ARGS[1] = 229:$RESULT = 'Light-blue, skin tight jeans and a pink camisole'
-	if ARGS[1] = 230:$RESULT = 'White, skin tight jeans and a loose, black-white shirt'
-	if ARGS[1] = 231:$RESULT = 'Light-blue, skin tight jeans, a tight, beige crop top and a beige crop jacket'
-	if ARGS[1] = 232:$RESULT = 'Dark-blue, skin tight jeans and a tight, white t-shirt'
-	if ARGS[1] = 233:$RESULT = 'Dark-blue, skin tight jeans and a golden camisole'
-	if ARGS[1] = 234:$RESULT = 'Dark-blue jeans and a pink crop top'
-	if ARGS[1] = 235:$RESULT = 'Light-blue, skin tight jeans and a thin, black camisole'
-	if ARGS[1] = 236:$RESULT = 'Light-blue, skin tight jeans and black crop top'
-	if ARGS[1] = 237:$RESULT = 'Dark-blue, skin tight, low-rise jeans and a beige crop jacket'
-	if ARGS[1] = 238:$RESULT = 'Dark-blue, skin tight jeans and a yellow crop top'
-	if ARGS[1] = 239:$RESULT = 'Dark-blue, skin tight jeans and a tight, denim blouse'
-	if ARGS[1] = 240:$RESULT = 'Blue jeans and a thin, white blouse'
-	if ARGS[1] = 241:$RESULT = 'Blue jeans and a thin, white camisole'
-	if ARGS[1] = 242:$RESULT = 'Blue jeans and a light-pink shirt'
-	if ARGS[1] = 243:$RESULT = 'Blue, skin tight jeans and grey "smiley" t-shirt'
-	if ARGS[1] = 244:$RESULT = 'Light-blue, skin tight jeans and a white crop top'
-	if ARGS[1] = 245:$RESULT = 'Dark-blue, skin tight jeans and a tight, white shirt'
-	if ARGS[1] = 246:$RESULT = 'Light-blue jeans and a black neckhalter top'
-	if ARGS[1] = 247:$RESULT = 'Light-blue jeans and blue halter crop top'
-	if ARGS[1] = 248:$RESULT = 'Dark-blue jeans, a tight, red camisole and a brown blouse'
-	if ARGS[1] = 249:$RESULT = 'Light-blue, skin tight jeans, a white crop camisole and a black crop sweater'
-	if ARGS[1] = 250:$RESULT = 'Blue jeans, a light-blue denim bustier and a blue denim blouse'
-	if ARGS[1] = 251:$RESULT = 'Blue jeans and a black t-shirt'
-	if ARGS[1] = 252:$RESULT = 'Dark-blue jeans and a light-pink crop top'
-	if ARGS[1] = 253:$RESULT = 'Light-blue, skin tight, low-rise jeans and a tight, pink crop top'
-	if ARGS[1] = 254:$RESULT = 'Blue, skin tight jeans and a tight, turquise t-shirt'
-	if ARGS[1] = 255:$RESULT = 'Light-blue, skin tight jeans and a beige crop sweater'
-	if ARGS[1] = 256:$RESULT = 'Dark-blue, low-rise jeans and a white camisole'
-	if ARGS[1] = 257:$RESULT = 'Light-blue, skin tight jeans and a white t-shirt'
-	if ARGS[1] = 258:$RESULT = 'Dark-grey, skin tight pants and a blue shirt'
-	if ARGS[1] = 259:$RESULT = 'Light-blue, skin tight jeans and a white crop top'
-	if ARGS[1] = 260:$RESULT = 'Light-blue, skin tight jeans and a white crop top'
-	if ARGS[1] = 261:$RESULT = 'White jeans and a red halter crop top'
-	if ARGS[1] = 262:$RESULT = 'Light-blue jeans and leopard patterend tube top'
-	if ARGS[1] = 263:$RESULT = 'Dark-blue, skin tight jeans, a white lace top and a yellow neckhalter top'
-	if ARGS[1] = 264:$RESULT = 'Light-blue, low-rise jeans and a pink crop top'
-	if ARGS[1] = 265:$RESULT = 'White jeans and a pink crop top'
-	if ARGS[1] = 266:$RESULT = 'Black jeans and a tight, black neckhalter top'
-	if ARGS[1] = 267:$RESULT = 'Blue jeans, a tight, white crop top and a white lace crop vest'
-	if ARGS[1] = 268:$RESULT = 'Blue, skin tight jeans and a tight, black crop top'
-	if ARGS[1] = 269:$RESULT = 'Blue, skin tight jeans and a tight, grey crop t-shirt'
-	if ARGS[1] = 270:$RESULT = 'Dark-blue, skin tight jeans and a grey "glasses" t-shirt'
-	if ARGS[1] = 271:$RESULT = 'Blue, skin tight jeans and a tight, black sweater'
-	if ARGS[1] = 272:$RESULT = 'Dark-blue, skin tight jeans and a colourful, tight t-shirt'
-	if ARGS[1] = 273:$RESULT = 'Blue, skin tight jeans, a thin, beige camisole and a black blazer'
-	if ARGS[1] = 274:$RESULT = 'Blue jeans and a white tube top'
-	if ARGS[1] = 275:$RESULT = 'Blue, torn jeans and a tight, black camisole'
-	if ARGS[1] = 276:$RESULT = 'Light-blue jeans and a blue sweater'
-	if ARGS[1] = 277:$RESULT = 'Blue, skin tight, low-rise jeans and an azure crop top'	
-	if ARGS[1] = 278:$RESULT = 'Dark-blue jeans, a white sweater and a red leather jacket'
-	if ARGS[1] = 279:$RESULT = 'Blue, skin tight jeans and a dark-blue halter crop top'
-	if ARGS[1] = 280:$RESULT = 'Blue jeans and a tight, thin, black lace crop top'
-	if ARGS[1] = 281:$RESULT = 'Light-blue, skin tight jeans and a tight, black cropped camisole'
-	if ARGS[1] = 282:$RESULT = 'Dark-blue, skin tight jeans and a grey-white t-shirt'
-	if ARGS[1] = 283:$RESULT = 'Light-blue jeans and a light-brown halter '
-	if ARGS[1] = 284:$RESULT = 'Light-blue, torn, skin tight jeans and a grey "I''m not sorry" t-shirt'
-	if ARGS[1] = 285:$RESULT = 'Dark-blue, skin tight jeans and a brown camisole'
-	if ARGS[1] = 286:$RESULT = 'Blue jeans and a tight black latex t-shirt'
-	if ARGS[1] = 287:$RESULT = 'Light-blue, skin tight jeans and a colourful crop top'
-	if ARGS[1] = 288:$RESULT = 'Dark-blue, skin tight jeans and a colourful camisole'
-	if ARGS[1] = 289:$RESULT = 'Dark-blue, skin tight jeans and a light-brown camisole'
-	if ARGS[1] = 290:$RESULT = 'Black, leathery skin tight pants and a purple camisole'
-	if ARGS[1] = 291:$RESULT = 'Grey, skin tight jeans, a white t-shirt and an orange blazer'
-	if ARGS[1] = 292:$RESULT = 'Blue, skin tight jeans and black crop t-shirt'
-	if ARGS[1] = 293:$RESULT = 'Blue, skin tight jeans, a tight, white cropped camisole and a colourful cropped jacket'
-	if ARGS[1] = 294:$RESULT = 'Blue jeans and a tight, dark-grey top'
-	if ARGS[1] = 295:$RESULT = 'Blue, skin tight jeans and a tight, red cropped camisole'
-	if ARGS[1] = 295:$RESULT = 'Light-blue jeans and a colourful tight sweater'
-	if ARGS[1] = 297:$RESULT = 'Light-blue jeans and a tight, white camisole'
-elseif $ARGS[0] = 'yoga':
-	if ARGS[1] <= 18:$RESULT = 'Sportswear <<ARGS[1]>>'
-elseif $ARGS[0] = 'sarafan':
-	if ARGS[1] = 1:$RESULT = 'Colorful, free sundress'
-	if ARGS[1] = 2:$RESULT = 'Bright, free sundress'
-	if ARGS[1] = 3:$RESULT = 'Simple dress of cheap fabric'
-elseif $ARGS[0] = 'short':
-	if ARGS[1] = 1:$RESULT = 'Black shorts with a purple T-shirt'
-	if ARGS[1] = 2:$RESULT = 'Black shorts with striped jersey'
-	if ARGS[1] = 3:$RESULT = 'Black shorts with a black T-shirt'
-	if ARGS[1] = 4:$RESULT = 'Pink shorts with pink tops'
-	if ARGS[1] = 5:$RESULT = 'Sexy white shorts'
-	if ARGS[1] = 201:$RESULT = 'Light-blue, low-rise denim cut-offs and a cropped white tank top'
-	if ARGS[1] = 202:$RESULT = 'Blue denim cut-offs and a grey camisole'
-	if ARGS[1] = 203:$RESULT = 'Blue denim cut-offs and a black camisole'
-	if ARGS[1] = 204:$RESULT = 'Blue denim, low-rise cut-offs and a cropped, white tank top'
-	if ARGS[1] = 205:$RESULT = 'Light-blue, low-rise denim shorts and a cropped colourful camisole'
-	if ARGS[1] = 206:$RESULT = 'Light-blue, low-rise denim shorts and a grey tank top'
-	if ARGS[1] = 207:$RESULT = 'Grey gym shorts and a tight, white camisole'
-	if ARGS[1] = 208:$RESULT = 'Light-blue denim shorts and a tight, white camisole'
-	if ARGS[1] = 209:$RESULT = 'Dark-blue, low-rise denim cut-offs with a pink bikini top'
-	if ARGS[1] = 210:$RESULT = 'Light-blue denim hotpants and a colourful bikini top'
-	if ARGS[1] = 211:$RESULT = 'Blue denim hotpants and a light-pink top'
-	if ARGS[1] = 212:$RESULT = 'Light-blue, low-rise denim cut-offs with a white sweater'
-	if ARGS[1] = 213:$RESULT = 'Blue, low-rise denim cut-offs, black leggings and a pink cropped vest'
-	if ARGS[1] = 214:$RESULT = 'Blue denim hotpants and a grey camisole'
-	if ARGS[1] = 215:$RESULT = 'Light-blue, denim shorts and a tight brown sweater'
-	if ARGS[1] = 216:$RESULT = 'Blue denim shorts and a light-grey "Hollister" t-shirt'
-	if ARGS[1] = 217:$RESULT = 'Light-blue denim cut-offs and a cropped white camisole'
-	if ARGS[1] = 218:$RESULT = 'Light-blue denim shorts and a pink tube top'
-	if ARGS[1] = 219:$RESULT = 'Blue denim cut-offs and a grey camisole'
-	if ARGS[1] = 220:$RESULT = 'White hotpants and a white halter top'
-	if ARGS[1] = 221:$RESULT = 'White, low-rise cut-offs and colourful cropped camisole'
-	if ARGS[1] = 222:$RESULT = 'White denim shorts and a tight, light-brown crop t-shirt'
-	if ARGS[1] = 223:$RESULT = 'Black hotpants and a black-turquise crop top'
-	if ARGS[1] = 224:$RESULT = 'Blue hotpants, white cropped camisolee and a blue crop jacket'
-	if ARGS[1] = 225:$RESULT = 'Blue denim cut-offs, a blue-white cropped bustier and a lace beige blouse'
-	if ARGS[1] = 226:$RESULT = 'Light-blue denim shorts, a black cropped camisole and a white vest'
-	if ARGS[1] = 227:$RESULT = 'Black hotpants and a yellow hoodie'
-	if ARGS[1] = 228:$RESULT = 'Black denim hotpants and a cropped orage-white blouse'
-	if ARGS[1] = 229:$RESULT = 'Blue denim hotpants and a white crop top'
-	if ARGS[1] = 230:$RESULT = 'Light-blue denim shorts and a blue top'
-	if ARGS[1] = 231:$RESULT = 'Blue denim hotpants and a light-blue halter crop top'
-	if ARGS[1] = 232:$RESULT = 'Dark-blue denim short and a blue camisole'
-	if ARGS[1] = 233:$RESULT = 'Blue denim shorts and a white cropped camisole'
-	if ARGS[1] = 234:$RESULT = 'Dark-blue denim cut-offs and a light-pink camisole'
-	if ARGS[1] = 235:$RESULT = 'Light-blue denim shorts and a brown crop top'
-	if ARGS[1] = 236:$RESULT = 'Blue denim cut-offs and a pink sweater'
-	if ARGS[1] = 237:$RESULT = 'Black-yellow hotpants and a white camisole'
-	if ARGS[1] = 238:$RESULT = 'White cut-offs and a pink camisole'
-	if ARGS[1] = 239:$RESULT = 'Blue denim cut-offs, a yellow halter top and a thin red camisole'
-	if ARGS[1] = 240:$RESULT = 'Blue denim hotpants and red-white blouse'
-	if ARGS[1] = 241:$RESULT = 'Blue, low-rise denim cut-offs and a thin crop top'
-	if ARGS[1] = 242:$RESULT = 'Blue, low-rise denim cut-offs and a cropped pink sweater'
-	if ARGS[1] = 242:$RESULT = 'Blue denim cut-offs and a white top'
-	if ARGS[1] = 244:$RESULT = 'Black denim cut-offs, a dark-blue bustier, a thin dark-grey camisole and a leater vest'
-	if ARGS[1] = 245:$RESULT = 'Black, low-rise denim styled hotpants and a white crop camisole'
-	if ARGS[1] = 246:$RESULT = 'Light, low-rise blue denim cut-offs and a blue sweater'
-	if ARGS[1] = 247:$RESULT = 'Light, low-rise blue denim cut-offs and a white tank top'
-	if ARGS[1] = 248:$RESULT = 'Light-blue denim shorts and a cropped yellow camisole'
-	if ARGS[1] = 249:$RESULT = 'Blue denim hotpants and a white "Spiderman" crop top'
-	if ARGS[1] = 250:$RESULT = 'Yellow racing briefs and a blue crop camisole'
-	if ARGS[1] = 251:$RESULT = 'White shorts and a cropped white sweater'
-	if ARGS[1] = 252:$RESULT = 'Blue denim cut-offs, a yellow crop camisole and a light-blue blouse'
-	if ARGS[1] = 253:$RESULT = 'Light-blue denim shorts, pink bikini top and a lace crop top'
-	if ARGS[1] = 253:$RESULT = 'Blue denim cut-offs and a lime green tube top'
-	if ARGS[1] = 255:$RESULT = 'Blue denim shorts and a white sweater'
-	if ARGS[1] = 256:$RESULT = 'Light-blue denim cut-offs and a brown crop top'
-elseif $ARGS[0] = 'skirt':
-	if ARGS[1] = 1:$RESULT = 'White skirt with a colorful blouse'
-	if ARGS[1] = 2:$RESULT = 'Black leather skirt with a red sweater'
-	if ARGS[1] = 3:$RESULT = 'White skirt with striped blouse'
-	if ARGS[1] = 4:$RESULT = 'White skirt with a colorful blouse'
-	if ARGS[1] = 5:$RESULT = 'Black leather skirt with a red blouse'
-	if ARGS[1] = 201:$RESULT = 'Orange miniskirt and a black camisole'
-	if ARGS[1] = 202:$RESULT = 'Black, pleated miniskirt and a grey t-shirt'
-	if ARGS[1] = 203:$RESULT = 'Light-brown miniskirt, brown tights and a tight, brown sweater'
-	if ARGS[1] = 204:$RESULT = 'Light-blue pencil skirt and a tight, white crop top'
-	if ARGS[1] = 205:$RESULT = 'Black microskirt and a tight, pink camisole'
-	if ARGS[1] = 206:$RESULT = 'Red, pleated miniskirt and a white "Panda" t-shirt'
-	if ARGS[1] = 207:$RESULT = 'Light-blue, flower patterend, pleated miniskirt and a cropped red sweater'
-	if ARGS[1] = 208:$RESULT = 'White miniskirt and a blue sleeveless shirt'
-	if ARGS[1] = 209:$RESULT = 'White miniskirt and a yellow halter top'
-	if ARGS[1] = 210:$RESULT = 'Blue denim miniskirt and a light-blue, sleeveless "Amsterdam" crop top'
-	if ARGS[1] = 211:$RESULT = 'White miniskirt and a red, polka-dot blouse'
-	if ARGS[1] = 212:$RESULT = 'Blue denim miniskirt, black tights and a grey halter crop top'
-	if ARGS[1] = 213:$RESULT = 'Light-purple, pleated miniskirt, black stockings and a thin, yellow blouse'
-	if ARGS[1] = 214:$RESULT = 'Dark-grey, pleated miniskirt and a pink sweater'
-	if ARGS[1] = 215:$RESULT = 'Turquise miniskirt and a purple halter crop top'
-	if ARGS[1] = 216:$RESULT = 'Dark-blue miniskirt, pink stockings, a thin, white halter top and a beige blazer'
-	if ARGS[1] = 217:$RESULT = 'Black leather miniskirt, black tights and a white t-shirt'
-	if ARGS[1] = 218:$RESULT = 'Dark-blue, pleated miniskirt and a thin, lime green t-shirt'
-	if ARGS[1] = 219:$RESULT = 'Blue denim miniskirt and a purple "Guess" t-shirt'
-	if ARGS[1] = 219:$RESULT = 'Dark-blue, flower patterend, flare miniskirt and a cropped, white camisole'
-	if ARGS[1] = 221:$RESULT = 'White denim miniskirt and a blue camisole'
-	if ARGS[1] = 222:$RESULT = 'Blue denim miniskirt and a beige crop top'
-	if ARGS[1] = 223:$RESULT = 'Purple miniskirt, a thin, purple camisole and a black leather jacket'
-	if ARGS[1] = 224:$RESULT = 'Light-purple, pleated miniskirt and a dark-purple sweater'
-	if ARGS[1] = 225:$RESULT = 'Black miniskirt and a tight, pink, sleeveless shirt'
-	if ARGS[1] = 226:$RESULT = 'Grey pencil skirt and a black, sleeveless shirt'
-	if ARGS[1] = 227:$RESULT = 'Red miniskirt and a white blouse'
-	if ARGS[1] = 228:$RESULT = 'Red, pleated miniskirt and a black, sleeveless shirt'
-	if ARGS[1] = 229:$RESULT = 'Purple miniskirt and a white, see-through blouse'
-	if ARGS[1] = 230:$RESULT = 'Blue denim miniskirt and a blue, sleeveless shirt'
-	if ARGS[1] = 230:$RESULT = 'White skater skirt and a grey cropped sweater'
-	if ARGS[1] = 232:$RESULT = 'White, flower patterned, pleated mini skirt and a cropped, black camisole'
-	if ARGS[1] = 233:$RESULT = 'Pink miniskirt and a black lace top'
-	if ARGS[1] = 234:$RESULT = 'White miniskirt and a light-pink, tight crop top'
-	if ARGS[1] = 235:$RESULT = 'Blue denim microskirt and a red sweater'
-	if ARGS[1] = 235:$RESULT = 'Blue, leaf patterend microskirt and a tight, blue crop top'
-	if ARGS[1] = 237:$RESULT = 'Pink microskirt and a white, cropped sweater'
-	if ARGS[1] = 238:$RESULT = 'Black pencil skirt, a pink bustier and a white, sleeveless top'
-	if ARGS[1] = 239:$RESULT = 'Blue denim miniskirt and a thin, blue camisole'
-	if ARGS[1] = 240:$RESULT = 'Blue denim miniskirt, a tight, black camisole and a black leather jacket'
-	if ARGS[1] = 240:$RESULT = 'Silver microskirt and a pink crop top'
-	if ARGS[1] = 242:$RESULT = 'White miniskirt, white undershirt and a black blouse'
-	if ARGS[1] = 243:$RESULT = 'Green, pleated miniskirt and a white-black crop top'
-	if ARGS[1] = 243:$RESULT = 'Black leather pencil skirt and a tight, black lace crop top'
-	if ARGS[1] = 245:$RESULT = 'Pink miniskirt, a grey camisole and a longsleeved, blue denim blouse'
-	if ARGS[1] = 246:$RESULT = 'Black skater miniskirt, a pink bustier and a pink, shortsleeved jacket'
-	if ARGS[1] = 247:$RESULT = 'White denim miniskirt and a purple shirt'
-	if ARGS[1] = 248:$RESULT = 'Black leather miniskirt and a black t-shirt'
-	if ARGS[1] = 249:$RESULT = 'Black leather miniskirt, black tights and a tight, light-pink t-shirt'
-	if ARGS[1] = 250:$RESULT = 'Black miniskirt, black tights and a purple t-shirt'
-	if ARGS[1] = 251:$RESULT = 'Blue denim microskirt and a thin, white camisole'
-	if ARGS[1] = 252:$RESULT = 'White microskirt and a pink, flower patterend tube top'
-	if ARGS[1] = 253:$RESULT = 'Pink miniskirt, red-white, thigh-high stocking and a pink "California" t-shirt'
-	if ARGS[1] = 254:$RESULT = 'Blue denim miniskirt and a thin, yellow crop top'
-	if ARGS[1] = 255:$RESULT = 'Black, pleated microskirt and a black, longsleeved blouse'
-	if ARGS[1] = 256:$RESULT = 'Black miniskirt and a grey camisole'
-	if ARGS[1] = 257:$RESULT = 'White miniskirt and a light-blue top'
-	if ARGS[1] = 258:$RESULT = 'Grey microskirt and a brown camisole'
-	if ARGS[1] = 259:$RESULT = 'Blue denim miniskirt, white-blue, sleeveless top and a dark-blue sweater'
-	if ARGS[1] = 260:$RESULT = 'Light-blue denim miniskirt and a white cropped camisole'
-	if ARGS[1] = 261:$RESULT = 'Dark-grey miniskirt and a black, longsleeved blouse'
-	if ARGS[1] = 262:$RESULT = 'Blue striped skater skirt and a thin, pink lace camisole'
-	if ARGS[1] = 263:$RESULT = 'Black miniskirt and a white t-shirt'
-	if ARGS[1] = 264:$RESULT = 'Blue denim miniskirt and a thin, white t-shirt'
-	if ARGS[1] = 265:$RESULT = 'White miniskirt and a grey t-shirt'
-	if ARGS[1] = 266:$RESULT = 'Blue microskirt and a white camisole'
-	if ARGS[1] = 267:$RESULT = 'Blue, pleated microskirt and a white cropped camisole'
-	if ARGS[1] = 268:$RESULT = 'Dark-blue, pleated miniskirt and a tight, white crop top'
-	if ARGS[1] = 269:$RESULT = 'White pencil skirt and a tight, blue halter crop top'
-	if ARGS[1] = 270:$RESULT = 'Pink microskirt and a tight, white blouse'
-	if ARGS[1] = 271:$RESULT = 'White-red, pleated miniskirt and a white sweater'
-	if ARGS[1] = 272:$RESULT = 'Light-blue denim miniskirt anda green, sleeveless top'
-	if ARGS[1] = 273:$RESULT = 'Red, pleated miniskirt and a tight orange t-shirt'
-elseif $ARGS[0] = 'dress':
-	if ARGS[1] = 1:$RESULT = 'Black dress'
-	if ARGS[1] = 2:$RESULT = 'Yellow dress'
-	if ARGS[1] = 3:$RESULT = 'Blue dress'
-	if ARGS[1] = 4:$RESULT = 'Black short dress'
-	if ARGS[1] = 5:$RESULT = 'Red long dress'
-	if ARGS[1] = 6:$RESULT = 'Red polka dot dress'
-	if ARGS[1] = 7:$RESULT = 'Brown dress'
-	if ARGS[1] >= 8 and ARGS[1] <= 24:$RESULT = 'Dress <<ARGS[1]>>'
-	if ARGS[1] = 201:$RESULT = 'Beige, tight minidress'
-	if ARGS[1] = 202:$RESULT = 'White, flower patterend microdress'
-	if ARGS[1] = 203:$RESULT = 'Pink, glittery minidress'
-	if ARGS[1] = 204:$RESULT = 'Red, longsleeved minidress'
-	if ARGS[1] = 205:$RESULT = 'Red minidress'
-	if ARGS[1] = 206:$RESULT = 'Grey green minidress'
-	if ARGS[1] = 207:$RESULT = 'Black lounge-dress'
-	if ARGS[1] = 208:$RESULT = 'Black, glittery cocktail dress'
-	if ARGS[1] = 209:$RESULT = 'Black, tight cocktail dress'
-	if ARGS[1] = 210:$RESULT = 'Blue, tight minidress'
-	if ARGS[1] = 211:$RESULT = 'Black, glittery minidress'
-	if ARGS[1] = 212:$RESULT = 'Black minidress'
-	if ARGS[1] = 213:$RESULT = 'Beige-white minidress'
-	if ARGS[1] = 214:$RESULT = 'Blue-black, tight minidress'
-	if ARGS[1] = 215:$RESULT = 'Little black dress'
-	if ARGS[1] = 216:$RESULT = 'White minidress'
-	if ARGS[1] = 217:$RESULT = 'Dark-blue, tight minidress'
-	if ARGS[1] = 218:$RESULT = 'Red dress'
-	if ARGS[1] = 219:$RESULT = 'Red-blue-white dress'
-	if ARGS[1] = 220:$RESULT = 'Black dress'
-	if ARGS[1] = 221:$RESULT = 'Ping-grey minidress'
-	if ARGS[1] = 222:$RESULT = 'Pink, thin, asymetrical dress'
-	if ARGS[1] = 223:$RESULT = 'Red, glittery evening gown'
-	if ARGS[1] = 224:$RESULT = 'Blue evening gown'
-	if ARGS[1] = 225:$RESULT = 'Red evening gown'
-elseif $ARGS[0] = 'profi':
-	if ARGS[1] <= 2:$RESULT = 'Office Clothes <<ARGS[1]>>'
-	if ARGS[1] >= 201 and ARGS[1] <= 208:$RESULT = 'Office Clothes <<ARGS[1]>>'
-elseif $ARGS[0] = 'pants':
-	if ARGS[1] = 1:$RESULT = 'Tight black leggings with black top'
-	if ARGS[1] = 2:$RESULT = 'Tight black leggings with a red blouse'
-	if ARGS[1] = 3:$RESULT = 'Purple skinny leggings with black top'
-	if ARGS[1] = 4:$RESULT = 'Tight black leggings with black short top'
-	if ARGS[1] = 5:$RESULT = 'White skinny jeans with a black top'
-	if ARGS[1] = 201:$RESULT = 'Silver, shiny leggings and a silver halter crop top'
-	if ARGS[1] = 202:$RESULT = 'Silver, shiny leggings and a white, cropped tube top'
-	if ARGS[1] = 203:$RESULT = 'Beige, shiny leggings and a white blouse'
-	if ARGS[1] = 204:$RESULT = 'Grey leggings, a black-white striped t-shirt and a black leather jacket'
-	if ARGS[1] = 205:$RESULT = 'Black leggings and a light-blue, sleeveless shirt'
-	if ARGS[1] = 206:$RESULT = 'Black, shiny leggings and a silver halter crop top'
-	if ARGS[1] = 207:$RESULT = 'Black leggings and a pink, sleeveless shirt'
-	if ARGS[1] = 208:$RESULT = 'Blue jeggings and a thin black camisole'
-	if ARGS[1] = 208:$RESULT = 'White leggings and a thin, white crop top'
-	if ARGS[1] = 210:$RESULT = 'Grey leggins, a loose, white shirt and a thin, brown jacket'
-	if ARGS[1] = 211:$RESULT = 'Black, shiny leggings and a sleeveless, black "Iron Maiden" shirt'
-	if ARGS[1] = 212:$RESULT = 'Black, shiny leggings, a white-black camisole and a black jacket'
-	if ARGS[1] = 213:$RESULT = 'Black leggings and a white blouse'
-	if ARGS[1] = 214:$RESULT = 'Black leggings and a cropped, dark-blue t-shirt'
-	if ARGS[1] = 215:$RESULT = 'Blue jeggings and a colourful camisole'
-	if ARGS[1] = 216:$RESULT = 'Black leggings and a white, sleeveless shirt'
-	if ARGS[1] = 217:$RESULT = 'Light-pink leggings, a black t-shirt and a cropped, grey hoodie'
-	if ARGS[1] = 218:$RESULT = 'Grey leggings and a tight, white halter top'
-	if ARGS[1] = 219:$RESULT = 'Black leggings and a pink t-shirt'
-	if ARGS[1] = 220:$RESULT = 'White leggings and a cropped, white tube top'
-	if ARGS[1] = 221:$RESULT = 'Silver, shiny leggings and an oversized, blue blouse'
-	if ARGS[1] = 222:$RESULT = 'Brown-black, leopard patterned leggings and a tight, red halter crop top'
-	if ARGS[1] = 223:$RESULT = 'Beige pants and an oliv T-Shirt'
-	if ARGS[1] = 224:$RESULT = 'Black yogapants and a white sweater'
-	if ARGS[1] = 224:$RESULT = 'Black, shiny leggings and a black blouse'
-	if ARGS[1] = 226:$RESULT = 'Dark-blue leggings and a black sweater'
-	if ARGS[1] = 227:$RESULT = 'Grey leggings and a pink t-shirt'
-	if ARGS[1] = 228:$RESULT = 'Black leggings and a cropped, black camisole'
-	if ARGS[1] = 228:$RESULT = 'Black latex pants, a cropped grey camisole and a cropped, blue denim jacket'
-	if ARGS[1] = 230:$RESULT = 'Grey leggings, a black lace shirt and a black blouse'
-	if ARGS[1] = 231:$RESULT = 'Blue leggings and a blue halter crop top'
-	if ARGS[1] = 232:$RESULT = 'Black, shiny leggings and a cropped black tube top'
-	if ARGS[1] = 233:$RESULT = 'Grey leggings and a white t-shirt'
-	if ARGS[1] = 234:$RESULT = 'Black, shiny leggings and a black, sleeveless shirt'
-	if ARGS[1] = 235:$RESULT = 'Grey, cross patterend leggings and a tight, black halter top'
-	if ARGS[1] = 236:$RESULT = 'Grey leggings and a purple t-shirt'
-	if ARGS[1] = 237:$RESULT = 'Dark-blue leggings and a black crop top'
-	if ARGS[1] = 238:$RESULT = 'Grey leggings and a light-pink sweater'
-	if ARGS[1] = 239:$RESULT = 'Grey leggings and a grey sweater'
-	if ARGS[1] = 240:$RESULT = 'Black, striped leggings and a white t-shirt'	
-	if ARGS[1] = 241:$RESULT = 'Grey leggings and a blue hoodie'
-	if ARGS[1] = 242:$RESULT = 'White leggings and a white halter crop top'
-	if ARGS[1] = 243:$RESULT = 'White leggings and a orange-red top'
-	if ARGS[1] = 244:$RESULT = 'Black leggings and a white camisole'
-	if ARGS[1] = 245:$RESULT = 'White leggings and a cropped, black tube top'
-	if ARGS[1] = 246:$RESULT = 'Grey leggings and a black t-shirt'
-	if ARGS[1] = 247:$RESULT = 'Black leggings and a cropped, black-white lace top'
-	if ARGS[1] = 248:$RESULT = 'Dark-grey leggings and a white tube top'
-	if ARGS[1] = 249:$RESULT = 'Black, shiny leggings, a black crop top and a black leather jacket'
-	if ARGS[1] = 250:$RESULT = 'Brown, shiny leggings and a white t-shirt'
-	if ARGS[1] = 251:$RESULT = 'White leggings and a white tube top'
-	if ARGS[1] = 252:$RESULT = 'Red leggings, a black t-shirt and a dark-blue denim jacket'
-	if ARGS[1] = 253:$RESULT = 'White leggings and a thin, white, sleeveless top'
-	if ARGS[1] = 254:$RESULT = 'Light-brown leggings, a black t-shirt and a blue denim jacket'
-	if ARGS[1] = 255:$RESULT = 'White leggings and a cropped, black tube top'
-	if ARGS[1] = 256:$RESULT = 'Red, shiny leggings and a white blouse'
-	if ARGS[1] = 257:$RESULT = 'Black leggings and a light-brown sweater'
-	if ARGS[1] = 258:$RESULT = 'Black, shiny leggings and a tight, black, sleeveless shirt'
-	if ARGS[1] = 259:$RESULT = 'Dark-blue leggings and a green tube top'
-	if ARGS[1] = 260:$RESULT = 'Blue leggings and a black sweater'
-	if ARGS[1] = 261:$RESULT = 'Light-blue leggings and a tight, red-black t-shirt'
-	if ARGS[1] = 262:$RESULT = 'Black leggings and a cropped, white t-shirt'
-	if ARGS[1] = 263:$RESULT = 'Grey leggings and a white camisole'
-	if ARGS[1] = 264:$RESULT = 'Black pants and a black, lace crop top'
-	if ARGS[1] = 265:$RESULT = 'Brown leggings and a light-pink top'
-	if ARGS[1] = 266:$RESULT = 'Black, shiny leggings and a grey sweater'
-	if ARGS[1] = 267:$RESULT = 'Black leggings and a black crop top'
-	if ARGS[1] = 268:$RESULT = 'Blue jeggings and a white crop top'
-	if ARGS[1] = 269:$RESULT = 'Blue jeggings and a beige camisole'
-	if ARGS[1] = 270:$RESULT = 'Black leggings and a black tube top'
-	if ARGS[1] = 271:$RESULT = 'Blue pants and a white halter crop top'
-	if ARGS[1] = 271:$RESULT = 'White leggings and a cropped, black sweater'
-	if ARGS[1] = 273:$RESULT = 'Black leggings, a beige t-shirt and a grey jacket'
-	if ARGS[1] = 274:$RESULT = 'Light-blue leggings and a white "USA" crop top'
-	if ARGS[1] = 275:$RESULT = 'Red leggings and a tight, cropped, black sweater'
-	if ARGS[1] = 276:$RESULT = 'Black leggings and a tight, black crop top'
-	if ARGS[1] = 277:$RESULT = 'Pink, shiny leggings, a cropped pink bustier and a white jacket'
-	if ARGS[1] = 278:$RESULT = 'Black leggings and a cropped, black camisole'
-	if ARGS[1] = 279:$RESULT = 'Golden, shiny leggings and a golden, sleeveless shirt'
-	if ARGS[1] = 280:$RESULT = 'Grey leggings and a dark grey crop top'
-	if ARGS[1] = 281:$RESULT = 'Black, shiny leggings and a red shirt'
-	if ARGS[1] = 282:$RESULT = 'Dark-grey leggings, a tight, white sweater and a grey jacket'
-	if ARGS[1] = 283:$RESULT = 'White leggings, a white crop top and a black jacket'
-	if ARGS[1] = 284:$RESULT = 'Black leggings and a blue camisole'
-	if ARGS[1] = 285:$RESULT = 'White leggings and a tight, white sweater'
-	if ARGS[1] = 286:$RESULT = 'White leggings, a tight, white t-shirt and a blue jacket'
-	if ARGS[1] = 287:$RESULT = 'Black leggings and a black sweater'
-	if ARGS[1] = 288:$RESULT = 'Black leggings and a white, sleeveless crop top'
-	if ARGS[1] = 289:$RESULT = 'White, patterned leggings and a golden camisole'
-	if ARGS[1] = 290:$RESULT = 'Black leather pants and a red camisole'
-	if ARGS[1] = 291:$RESULT = 'Dark-blue leggings and a dark-blue, sleeveless shirt'
-	if ARGS[1] = 292:$RESULT = 'Black leggings and a black, sleeveless shirt'
-	if ARGS[1] = 293:$RESULT = 'Red leggings and a blue crop top'
-	if ARGS[1] = 294:$RESULT = 'Light-grey leggings and a light-blue halter crop top'
-	if ARGS[1] = 295:$RESULT = 'Red leggings and a dark-blue camisole'
-	if ARGS[1] = 296:$RESULT = 'Black leggings and a red-white striped crop top'
-	if ARGS[1] = 297:$RESULT = 'Black, shiny legging and a red crop top'
-	if ARGS[1] = 298:$RESULT = 'White leggings and a neon-green crop top'
-	if ARGS[1] = 299:$RESULT = 'Pink leggings and a purple crop top'
-	if ARGS[1] = 300:$RESULT = 'Grey, tight pants and a white blouse'
-	if ARGS[1] = 301:$RESULT = 'Black, shiny legging and a pink, cropped fishnet top'
-	if ARGS[1] = 302:$RESULT = 'Black leggings and a white-black, sleeveless crop top'
-	if ARGS[1] = 303:$RESULT = 'Red leggings and a black, sleeveless top'
-	if ARGS[1] = 304:$RESULT = 'Black leggings and a long, white t-shirt'
-	if ARGS[1] = 305:$RESULT = 'Black, shiny legging and white-black crop top'
-	if ARGS[1] = 306:$RESULT = 'White pants and a red, cropped sweater'
-	if ARGS[1] = 307:$RESULT = 'Grey leggings and a black sweater'
-	if ARGS[1] = 307:$RESULT = 'White leggings and a cropped, brown blouse'
-	if ARGS[1] = 309:$RESULT = 'Black leggings and a white-black striped crop top'
-	if ARGS[1] = 310:$RESULT = 'Black, shiny leggings, a loose, white-black striped t-shirt and a black jacket'
-	if ARGS[1] = 311:$RESULT = 'Beige, shiny leggings and a tight, cropped, black sweater'
-	if ARGS[1] = 312:$RESULT = 'White leggings, a cropped white tube top and an oversized, dark-blue tank top'
-	if ARGS[1] = 313:$RESULT = 'Black leggings and a black camisole'
-	if ARGS[1] = 314:$RESULT = 'White pants and a loose, beige sweater'
-	if ARGS[1] = 315:$RESULT = 'Grey leggings and a cropped, white longsleeved blouse'
-	if ARGS[1] = 316:$RESULT = 'Dark-grey leggings and a black sweater'
-	if ARGS[1] = 317:$RESULT = 'Dark grey leggings and a grey t-shirt'
-	if ARGS[1] = 318:$RESULT = 'Black, shiny leggings and a black, longsleeved blouse'
-	if ARGS[1] = 319:$RESULT = 'Black leggings and a cropped, black-white striped sweater'
-	if ARGS[1] = 320:$RESULT = 'White pants and a thin white crop top'
-	if ARGS[1] = 321:$RESULT = 'Black, shiny leggings, a glittery black, cropped camisole and a black jacket'
-	if ARGS[1] = 322:$RESULT = 'Black, shiny leggings, a black halter top and a brown leather jacket'
-	if ARGS[1] = 323:$RESULT = 'Silver, shiny leggings and a colourful white t-shirt'
-	if ARGS[1] = 324:$RESULT = 'Black leggings and a white-brown, leopard patterned sweater'
-	if ARGS[1] = 325:$RESULT = 'Black, shiny leggings and a colourful top'
-	if ARGS[1] = 326:$RESULT = 'Black, shiny leggings, a cropped, black tube top and a loose, white tube top'
-	if ARGS[1] = 327:$RESULT = 'Black, shiny leggings and a glittery, shiny top'
-	if ARGS[1] = 328:$RESULT = 'Black, shiny leggings, a long black t-shirt and a black leather jacket'
-	if ARGS[1] = 329:$RESULT = 'Black, shiny leggings and long, thin sweater'
-	if ARGS[1] = 330:$RESULT = 'Black, shiny leggings and a cropped, dark-blue camisole'
-	if ARGS[1] = 331:$RESULT = 'Black leggings, a grey hoodie shirt and a black leather jacket'
-	if ARGS[1] = 332:$RESULT = 'Shiny black leggings and a black leather jacket'
-	if ARGS[1] = 333:$RESULT = 'Shiny black leggings and a white, sleeveless crop top'
-	if ARGS[1] = 334:$RESULT = 'Black leggings,a white T-Shirt and a white, flowered patterned blouse'
-	if ARGS[1] = 335:$RESULT = 'Black leggings and a white T-Shirt, under a black leather jacket'
-	if ARGS[1] = 336:$RESULT = 'Black, shiny leggings and a white-black striped shirt, under a light blue jacket'
-	if ARGS[1] = 337:$RESULT = 'Red, shiny leggings and a white top, under a brown vest'
-	if ARGS[1] = 338:$RESULT = 'Black, shiny leggings and a white T-Shirt, under a red jacket'
-	if ARGS[1] = 339:$RESULT = 'Black, shiny leggings and a white-black striped T-Shirt, under a blue denim jacket'
-	if ARGS[1] = 339:$RESULT = 'Black leggings and a black sweater'
-	if ARGS[1] = 341:$RESULT = 'Black leggings and a black T-Shirt, under a blue denim vest'
-	if ARGS[1] = 342:$RESULT = 'Black, shiny leggings and a white T-Shirt'
-	if ARGS[1] = 343:$RESULT = 'Black leggings and a cropped, black camisole under a black leather jacket'
-	if ARGS[1] = 344:$RESULT = 'Black leggings and a black camisole, under a black leather jacket'
-	if ARGS[1] = 345:$RESULT = 'Black, shiny leggings and a black shirt, under a black leather jacket'
-	if ARGS[1] = 346:$RESULT = 'Blue jeggings and a tight, red camisole'
-elseif $ARGS[0] = 'latex':
-	if ARGS[1] = 1:$RESULT = 'Black latex bodysuit'
-	if ARGS[1] = 2:$RESULT = 'Purple latex dress'
-elseif $ARGS[0] = 'hooker':
-	if ARGS[1] <= 5:$RESULT = 'Prostitute outfit <<ARGS[1]>>'
-	if ARGS[1] >= 201 and ARGS[1] <= 205:$RESULT = 'Prostitute outfit <<ARGS[1]>>'
-elseif $ARGS[0] = 'odekis':
-	if ARGS[1] <= 10:$RESULT = 'Youth outfit <<ARGS[1]>>'
-elseif $ARGS[0] = 'newclo':
-	if ARGS[1] <= 130:$RESULT = 'Fashionista outfit <<ARGS[1]>>'
-elseif $ARGS[0] = 'ero':
-	if ARGS[1] = 1:$RESULT = 'Mesh jacket with white denim skirt'
-	if ARGS[1] = 2:$RESULT = 'Net blue dress'
-	if ARGS[1] = 3:$RESULT = 'Transparent white dress'
-	if ARGS[1] = 4:$RESULT = 'Small transparent white dress'
-	if ARGS[1] = 5:$RESULT = 'Latex corwith skirt'
-	if ARGS[1] = 6:$RESULT = 'Short transparent black dress'
-	if ARGS[1] = 7:$RESULT = 'Net black dress'
-	if ARGS[1] = 8:$RESULT = 'Long transparent black dress'
-	if ARGS[1] = 9:$RESULT = 'Transparent leopard dress'
-	if ARGS[1] = 10:$RESULT = 'Black top with mesh stockings'
-	if ARGS[1] = 11:$RESULT = 'Net black jacket with black shorts'
-	if ARGS[1] = 12:$RESULT = 'Transparent red dress'
-	if ARGS[1] = 13:$RESULT = 'Transparent pink shorts with top'
-	if ARGS[1] = 14:$RESULT = 'Small mesh black dress'
-	if ARGS[1] = 15:$RESULT = 'The little black skirt with transparent top'
-	if ARGS[1] = 16:$RESULT = 'Net white dress'
-	if ARGS[1] = 17:$RESULT = 'Little pink skirt with transparent top'
-	if ARGS[1] = 18:$RESULT = 'Something net'
+if $ARGS[0] = 'swimwear':
+	if ARGS[1] = 1:$RESULT = 'Frilly skirty thingy.'
+	if ARGS[1] = 2:$RESULT = 'One piece.'
+	if ARGS[1] = 3:$RESULT = 'Two piece.'
+	if ARGS[1] = 4:$RESULT = 'One piece.'
+	if ARGS[1] = 5:$RESULT = 'Bikini.'
+	if ARGS[1] = 6:$RESULT = 'Bikini.'
+	if ARGS[1] = 7:$RESULT = 'One piece.'
+	if ARGS[1] = 8:$RESULT = 'Bikini.'
+	if ARGS[1] = 9:$RESULT = 'One piece.'
+	if ARGS[1] = 10:$RESULT = 'Bikini.'
+	if ARGS[1] = 11:$RESULT = 'Bikini.'
+	if ARGS[1] = 12:$RESULT = 'Bikini.'
+	if ARGS[1] = 13:$RESULT = 'Competition swimsuit.'
+elseif $ARGS[0] = 'coat':
+	$RESULT = 'A coat.'
 end
 
-if $RESULT = '':$RESULT = 'Missing clothing name for <<$ARGS[0]>> <<ARGS[1]>>'
-
-
-
 --- $clothing_name ---------------------------------
 

+ 30 - 0
locations/_short_description

@@ -0,0 +1,30 @@
+# $short_description
+
+if $ARGS[0] = 'cheap':
+	$RESULT = 'Cheap outfit number '
+elseif $ARGS[0] = 'average':
+	$RESULT = 'Average quality outfit number '
+elseif $ARGS[0] = 'expensive':
+	$RESULT = 'Expensive outfit number '
+elseif $ARGS[0] = 'formal':
+	$RESULT = 'Formal outfit number '
+elseif $ARGS[0] = 'office':
+	$RESULT = 'Office wear number '
+elseif $ARGS[0] = 'school':
+	$RESULT = 'School uniform number '
+elseif $ARGS[0] = 'exercise':
+	$RESULT = 'Exercise outfit number '
+elseif $ARGS[0] = 'naughty':
+	$RESULT = 'Erotic clothing number '
+elseif $ARGS[0] = 'exhibit':
+	$RESULT = 'Revealing outfit number '
+elseif $ARGS[0] = 'uniform':
+	$RESULT = 'Uniform number '
+elseif $ARGS[0] = 'coat':
+	$RESULT = 'Coat number '
+elseif $ARGS[0] = 'swimwear':
+	$RESULT = 'Swimwear number '
+end
+
+--- $short_description ---------------------------------
+

+ 24 - 27
locations/alterStart

@@ -45,21 +45,18 @@ sisboyday = -2
 money = 50
 vidageday = 300
 housrA = 0
-sarafan[1] = 1
-sarafanH[1] = 30
+cheap[69] = 1
+cheapH[69] = 70
 odevnesh = 0
 lobok = 3
 leghair -= 5
 mop = 1
 housr = 0
 tanga = 1
-numdres = 1
-odetjeans = 1
-numdress = 1
-jeans[1] = 1
-jeansH[1] = 100
-jeansB[1] = 70
-gs 'clothing', 'wear', 'jeans', 1
+cheap[15] = 1
+cheapH[15] = 100
+cheapB[15] = 70
+gs 'clothing', 'wear', 'cheap', 15
 cltarelka = 0
 fairy = 0
 eda = 0
@@ -69,14 +66,14 @@ shampoo = 0
 tampon = 20
 opPRE = 0
 daystart = 1
-newclo[131] = 1
-yoga[15] = 1
-yogaH[15] = 100
-dress[5] = 1
-dressH[5] = 100
-dressB[5] = 70
-palto = 1
-$palto = 'Chinese wear'
+school[6] = 1
+exercise[4] = 1
+exerciseH[4] = 100
+cheap[10] = 1
+cheapH[10] = 100
+cheapB[10] = 70
+coat[5] = 1
+defaultcoat = 5
 
 if player_avatar = 0:
 	glacol = 1
@@ -463,8 +460,6 @@ act 'Further':
 		agil = 1
 		fat = 10
 		salo = 10
-		dressB[5] = bedra
-		jeansB[1] = bedra
 		tan = 0
 		blizoruk = 300
 		glass = 1
@@ -480,6 +475,8 @@ act 'Further':
 		grupTipe=0
 		dynamic $d_gtipe
 		gs 'stat'
+		cheapB[10] = bedra
+		cheapB[15] = bedra
 		'<center><img src="images/pic/alterstart3.jpg"></center>'
 		'You spent virtually all your free time at home reading books. While you''ve definitely learned a decent bit from them, you''ve always been rather frail as a result, and too many nights of trying to read in poor light have taken a toll on your eyesight.'
 
@@ -497,8 +494,6 @@ act 'Further':
 		salo = 10
 		intel = 50
 		gs'stat'
-		dressB[5] = bedra
-		jeansB[1] = bedra
 		tan = 30
 		mother = 100
 		father = 100
@@ -518,6 +513,8 @@ act 'Further':
 		grupTipe=1
 		dynamic $d_gtipe
 		gs'stat'
+		cheapB[10] = bedra
+		cheapB[15] = bedra
 		'<center><img src="images/pic/alterstart4.jpg"></center>'
 		'You almost all his free time to spend at home for lessons and reading in his spare time. The result is increased but remained frail and sickly girl in poor health. Because of the books you have spoiled your vision but scores were at the height of.'
 
@@ -538,14 +535,14 @@ act 'Further':
 		hpingrip = 10
 		hpingripw = 1
 		!!!!!!!!!!!!!! Maruda Hair Mod
-		dressB[5] = bedra
-		jeansB[1] = bedra
 		mother = 100
 		money += 2000
 		tan = 30
 		grupTipe=1
 		dynamic $d_gtipe
 		gs'stat'
+		cheapB[10] = bedra
+		cheapB[15] = bedra
 		'<center><img src="images/pic/alterstart4.jpg"></center>'
 		'In school, you put a lot of effort to be an excellent pupil. You didn''t make any friends because you weren''t engaged in sports, but you have excellent grades and your mom is very proud of you.'
 
@@ -572,12 +569,12 @@ act 'Further':
 		hscrunch = 10
 		hscrunchw = 0
 		!!!!!!!!!!!!!! Maruda Hair Mod
-		dressB[5] = bedra
-		jeansB[1] = bedra
 		tan = 30
 		grupTipe=2
 		dynamic $d_gtipe
 		gs'stat'
+		cheapB[10] = bedra
+		cheapB[15] = bedra
 		'<center><img src="images/pic/alterstart5.jpg"></center>'
 		'As soon as you tried out volleyball you got really into it and spent all your free time improving your skills in the sport. Because of that you weren''t that good in school and had less friends.'
 
@@ -598,12 +595,12 @@ act 'Further':
 		hairlength = 19
 		hcol = 2
 		!!!!!!!!!!!!!! Maruda Hair Mod
-		dressB[5] = bedra
-		jeansB[1] = bedra
 		tan = 30
 		grupTipe=4
 		dynamic $d_gtipe
 		gs'stat'
+		cheapB[10] = bedra
+		cheapB[15] = bedra
 		'You spent almost all your free time outdoors playing with other girls and boys. As a result, you know how to get yourself out of trouble. You aren''t interested in School and sports.'
 
 		act 'Start aged 16':dynamic $din_alter_start_ev

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 712 - 672
locations/artemEv


+ 5 - 5
locations/artemev2

@@ -25,7 +25,7 @@ if artQW = 1:
 			'You push his hands away: "Wait... you''re going too fast, please stop!"'
 			'Artem does as you ask and pulls his hands back as he apologizes: "Sorry..."'
 
-			dynamic $din_artem_lern
+			act 'Do homework with Artem': gt 'artemEv', 'learn'
 		end
 
 		act 'Enjoy his touch and jerk him off':
@@ -47,7 +47,7 @@ if artQW = 1:
 			'It''s his mother! You quickly mumble a greeting and enter the bathroom, hoping she didn''t see the sperm on your clothes. You rinse it off and return to his bedroom.'
 			'You smile at him: "That was fun... shall we study now?"'
 
-			dynamic $din_artem_lern
+			act 'Do homework with Artem': gt 'artemEv', 'learn'
 		end
 	end
 
@@ -77,7 +77,7 @@ if artQW = 1:
 				'You push his hands away: "Wait... you''re going too fast, please stop!"'
 				'Artem does as you ask and pulls his hands back while he apologizes: "Sorry..."'
 
-				dynamic $din_artem_lern
+				act 'Do homework with Artem': gt 'artemEv', 'learn'
 			end
 
 			act 'Enjoy his touch and jerk him off':
@@ -99,7 +99,7 @@ if artQW = 1:
 				'It''s his mother! You quickly mumble a greeting and enter the bathroom, hoping she didn''t see the sperm on your clothes. You rinse it off and return to his bedroom.'
 				'You smile at him: "That was fun... shall we study now?"'
 
-				dynamic $din_artem_lern
+				act 'Do homework with Artem': gt 'artemEv', 'learn'
 			end
 		end
 
@@ -113,7 +113,7 @@ if artQW = 1:
 			'You can tell he''s unhappy, and he mutters: "Fine..."'
 			'You really hurt his feelings.'
 
-			dynamic $din_artem_lern
+			act 'Do homework with Artem': gt 'artemEv', 'learn'
 		end
 	end
 elseif artQW = 10:

+ 5 - 5
locations/artemhome

@@ -191,14 +191,14 @@ if $ARGS[0] = 'inside':
 		gs 'artemEv'
 		!!wanker Artem
 		'Artem invites you to sit next to him on the bed.'
-		dynamic $artemKiss
+		act 'Kiss Artem': gt 'artemEv', 'kiss'
 	elseif artQW >= 2 and artQW <= 3 and artemtimes >= 30 and Suspeh >= 90 and GorSlut < 2:
 		artQW = 10
 		gt 'artemev2'
 	elseif artQW = 20 and artemkissday ! daystart:
 		gs 'artemEv'
 		'Artem invites you to sit next to him on the bed.'
-		dynamic $artemKiss
+		act 'Kiss Artem': gt 'artemEv', 'kiss'
 	end
 
 	if dimaFilm > 0 and arthakQW = 0 and vagina > 0:
@@ -225,7 +225,7 @@ if $ARGS[0] = 'inside':
 				'Artem nods: "Alright, I''ll see what I can do."'
 
 				if lernHome > 0:
-					dynamic $din_artem_lern
+					act 'Do homework with Artem': gt 'artemEv', 'learn'
 				else
 					act 'Leave Artem''s apartment':minut += 15 & gt'pod_ezd','etaj_1'
 				end
@@ -243,7 +243,7 @@ if $ARGS[0] = 'inside':
 				'Artem nods: "That sounds horrible! Okay, I''ll see what I can do."'
 
 				if lernHome > 0:
-					dynamic $din_artem_lern
+					act 'Do homework with Artem': gt 'artemEv', 'learn'
 				else
 					act 'Leave Artem''s apartment':minut += 15 & gt'pod_ezd','etaj_1'
 				end
@@ -268,7 +268,7 @@ if $ARGS[0] = 'inside':
 		end
 	end
 
-	if lernHome > 0:dynamic $din_artem_lern
+	if lernHome > 0:act 'Do homework with Artem': gt 'artemEv', 'learn'
 
 	act 'Leave Artem''s apartment':minut += 15 & gt'pod_ezd','etaj_1'
 end

+ 6 - 9
locations/begin1

@@ -55,8 +55,8 @@ nastjaQW = 0
 money = 16500
 vidageday = 300
 housrA = 1
-sarafan[1] = 1
-sarafanH[1] = 30
+cheap[69] = 1
+cheapH[69] = 70
 odevnesh = 0
 lobok = 3
 leghair = 3
@@ -69,13 +69,10 @@ hairlength = 165
 hcol = 1
 clr
 gs 'stat'
-numdres = 1
-odetjeans = 1
-numdress = 1
-jeans[1] = 1
-jeansH[1] = 100
-jeansB[1] = 70
-gs 'clothing', 'wear', 'jeans', 1
+cheap[15] = 1
+cheapH[15] = 100
+cheapB[15] = 70
+gs 'clothing', 'wear', 'cheap', 15
 cltarelka = 1
 fairy = 10
 eda = 5

+ 73 - 0
locations/changingroom

@@ -0,0 +1,73 @@
+# changingroom
+$swim_list_line = {
+	!! a single line in a clothing list (wardrobe, etc)
+	!! ARGS 0 - action type (wardrobe, sell)
+	!! ARGS 1 - clothing type
+	!! ARGS 2 - clothing index
+
+	$RESULT = '<<$ARGS[1]>> no.<<ARGS[2]>> (strength ' + dyneval '$RESULT += <<$ARGS[1]>>H[<<ARGS[2]>>]'+')'
+
+	$RESULT += ' <a href="exec:gt ''changingroom'', ''view_swim_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">View</a>'
+}
+
+if $ARGS[0] = 'view_swim_list':
+	if $clothingworntype ! 'swimwear':
+		$normalclothingworntype = $clothingworntype
+		normalclothingwornno = clothingwornnumber
+	end
+
+	i = 1
+	:loopswimwear
+		if swimwear[i] = 1 and ($clothingworntype ! 'swimwear' or clothingwornnumber ! i):dyneval($swim_list_line, $ARGS[1], 'swimwear', i)
+		i += 1
+	if i <= 30:jump 'loopswimwear'
+
+	if $clothingworntype = 'swimwear':
+		act 'Put your regular clothes back on':
+			gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
+			gt 'changingroom', 'view_swim_list', $ARGS[1]
+		end
+	end
+
+	act 'Leave':gt $loc, $metka
+
+end
+
+if $ARGS[0] = 'view_swim_item':
+	!! ARGS 0 - view_clothing_item
+	!! ARGS 1 = action type (wardrobe, shop, sell, resize)
+	!! ARGS 2 - clothing type
+	!! ARGS 3 - clothing index
+	!! ARGS 4 - price for shop
+
+	cla
+	'<center><img src="<<FUNC(''$clothing_image'',  $ARGS[2], ARGS[3])>>"></center>'
+	'<<$ARGS[2]>> no.<<ARGS[3]>>'
+	FUNC('$attributes_swimwear', $ARGS[2], ARGS[3])
+	FUNC('$clothing_name', $ARGS[2], ARGS[3])
+
+
+	$RESULT = '(strength '
+	dynamic '$RESULT += <<$ARGS[2]>>H[<<ARGS[3]>>]'
+	$RESULT += ')'
+	'<<$RESULT>>'
+
+
+	act 'Return':gt 'changingroom', 'view_swim_list', $ARGS[1]
+	!! if the clothing is worn out
+	if dyneval('RESULT = <<$ARGS[2]>>H[<<ARGS[3]>>]') <= 0:
+		'This item is worn and is not suitable for further wear.'
+		act 'Throw it away':
+			dynamic '<<$ARGS[2]>>[<<ARGS[3]>>] = 0'
+			gt 'changingroom', 'view_swim_list', $ARGS[1]
+		end
+	else
+		act 'Wear':
+			gs 'clothing', 'wear', $ARGS[2], ARGS[3]
+			gt 'changingroom', 'view_swim_list', $ARGS[1]
+		end
+	end
+end
+
+--- changingroom ---------------------------------
+

+ 67 - 0
locations/cloakroom

@@ -0,0 +1,67 @@
+# cloakroom
+$coat_list_line = {
+	!! a single line in a clothing list (wardrobe, etc)
+	!! ARGS 0 - action type (wardrobe, sell)
+	!! ARGS 1 - clothing type
+	!! ARGS 2 - clothing index
+
+	$RESULT = '<<$ARGS[1]>> no.<<ARGS[2]>> (strength ' + dyneval '$RESULT += <<$ARGS[1]>>H[<<ARGS[2]>>]'+')'
+
+	$RESULT += ' <a href="exec:gt ''cloakroom'', ''view_coat_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">View</a>'
+	if i = defaultcoat:
+		$RESULT += '<font color="navy"> Default</font>'
+	end
+
+}
+
+if $ARGS[0] = 'view_coat_list':
+	i = 1
+	:loopcoat
+		if coat[i] = 1:dyneval($coat_list_line, $ARGS[1], 'coat', i)
+		i += 1
+	if i <= 12:jump 'loopcoat'
+	
+	act 'Don''t wear a coat':defaultcoat = 0
+
+	act 'Leave':gt $loc, $metka
+
+end
+
+if $ARGS[0] = 'view_coat_item':
+	!! ARGS 0 - view_clothing_item
+	!! ARGS 1 = action type (wardrobe, shop, sell, resize)
+	!! ARGS 2 - clothing type
+	!! ARGS 3 - clothing index
+	!! ARGS 4 - price for shop
+
+	cla
+	'<center><img src="<<FUNC(''$clothing_image'',  $ARGS[2], ARGS[3])>>"></center>'
+	'<<$ARGS[2]>> no.<<ARGS[3]>>'
+	FUNC('$attributes_coat', $ARGS[2], ARGS[3])
+	FUNC('$clothing_name', $ARGS[2], ARGS[3])
+
+
+	$RESULT = '(strength '
+	dynamic '$RESULT += <<$ARGS[2]>>H[<<ARGS[3]>>]'
+	$RESULT += ')'
+	'<<$RESULT>>'
+
+
+	act 'Return':gt 'cloakroom', 'view_coat_list', $ARGS[1]
+	!! if the clothing is worn out
+	if dyneval('RESULT = <<$ARGS[2]>>H[<<ARGS[3]>>]') <= 0:
+		'This item is worn and is not suitable for further wear.'
+		act 'Throw it away':
+			dynamic '<<$ARGS[2]>>[<<ARGS[3]>>] = 0'
+			gt 'cloakroom', 'view_coat_list', $ARGS[1]
+		end
+	end
+	if defaultcoat ! '<<ARGS[3]>>':
+		act 'Set as default':
+			defaultcoat = '<<ARGS[3]>>'
+		end
+	end
+end
+
+--- cloakroom ---------------------------------
+

+ 248 - 153
locations/clothing

@@ -6,11 +6,12 @@ $clothing_list_line = {
 	!! ARGS 1 - clothing type
 	!! ARGS 2 - clothing index
 
-	$RESULT = FUNC('$clothing_name', $ARGS[1], ARGS[2])
-	if $ARGS[1] ! 'vatnik' and $ARGS[1] ! 'ero' and $ARGS[1] ! 'sforma':
+	$RESULT = FUNC('$short_description', $ARGS[1])
+	$RESULT += '<<ARGS[2]>>'
+	if $ARGS[1] ! 'school' and $ARGS[1] ! 'ero' and $ARGS[1] ! 'sforma':
 		$RESULT += ' (strength ' + dyneval '$RESULT += <<$ARGS[1]>>H[<<ARGS[2]>>]'
 
-		if $ARGS[1] ! 'yoga' and $ARGS[1] ! 'sarafan':
+		if $ARGS[1] ! 'exercise' and $ARGS[1] ! 'coat' and CloStyle ! 5:
 			$RESULT += ', hip size ' + dyneval '$RESULT += <<$ARGS[1]>>B[<<ARGS[2]>>]'
 		end
 
@@ -25,123 +26,85 @@ if $ARGS[0] = 'view_clothing_list':
 	!! ARGS 2 - brothel flag (brothel)
 
 	act 'Leave':gt $loc, $metka
-	act 'Menu debug':
-	
-		delobj 'Character'
-		delobj 'See'
-		delobj 'Others'
-		delobj 'Menu'
-		
-		delobj '<img src="images/pic/icon/Pers.png">'
-		delobj '<img src="images/pic/icon/look.png">'
-		delobj '<img src="images/pic/icon/Proch.png">'
-		delobj '<img src="images/pic/icon/menu.png">'
-		delobj '<img src="images/pic/icon/Phone.png">'
-		
-		addobj '<img src="images/pic/icon/Pers.png">'
-		addobj '<img src="images/pic/icon/look.png">'
-		addobj '<img src="images/pic/icon/Proch.png">'
-		addobj '<img src="images/pic/icon/menu.png">'
-		addobj '<img src="images/pic/icon/Phone.png">'
-		
-		gt 'clothing', 'view_clothing_list'
-	end
 
 	if $ARGS[1] = 'wardrobe':
 		if $clothingworntype ! 'nude':act 'Strip':gs 'clothing', 'strip' & gt $loc, $metka
-		if bikini = 1:'On the top shelf is a swimsuit'
-		if $clothingworntype ! 'vatnik':dyneval($clothing_list_line, $ARGS[1], 'vatnik', 0)
-		if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and $clothingworntype ! 'sforma':dyneval($clothing_list_line, $ARGS[1], 'sforma', 0)
+		if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and ($clothingworntype ! 'school' or clothingwornnumber ! 6):dyneval($clothing_list_line, $ARGS[1], 'school', 6)
 	end
 
 	i = 1
-	:loopjeans
-		if jeans[i] = 1 and ($clothingworntype ! 'jeans' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'jeans', i)
+	:loopcheap
+		if cheap[i] = 1 and ($clothingworntype ! 'cheap' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'cheap', i)
 		i += 1
-		if i = 6:i = 201
-	if i <= 297:jump 'loopjeans'
+	if i <= 85:jump 'loopcheap'
 
 	i = 1
-	:loopyoga
-		if yoga[i] = 1 and ($clothingworntype ! 'yoga' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'yoga', i)
+	:loopaverage
+		if average[i] = 1 and ($clothingworntype ! 'average' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'average', i)
 		i += 1
-	if i <= 18:jump 'loopyoga'
+	if i <= 125:jump 'loopaverage'
 
 	i = 1
-	:loopsarafan
-		if sarafan[i] = 1 and ($clothingworntype ! 'sarafan' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'sarafan', i)
+	:loopexpensive
+		if expensive[i] = 1 and ($clothingworntype ! 'expensive' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'expensive', i)
 		i += 1
-	if i <= 3:jump 'loopsarafan'
+	if i <= 147:jump 'loopexpensive'
 
 	i = 1
-	:loopshort
-		if short[i] = 1 and ($clothingworntype ! 'short' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'short', i)
+	:loopformal
+		if formal[i] = 1 and ($clothingworntype ! 'formal' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'formal', i)
 		i += 1
-		if i = 6:i = 201
-	if i <= 256:jump 'loopshort'
+	if i <= 14:jump 'loopformal'
 
 	i = 1
-	:loopskirt
-		if skirt[i] = 1 and ($clothingworntype ! 'skirt' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'skirt', i)
+	:loopoffice
+		if office[i] = 1 and ($clothingworntype ! 'office' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'office', i)
 		i += 1
-		if i = 6:i = 201
-	if i <= 273:jump 'loopskirt'
+	if i <= 30:jump 'loopoffice'
 
 	i = 1
-	:loopdress
-		if dress[i] = 1 and ($clothingworntype ! 'dress' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'dress', i)
+	:loopschool
+		if school[i] = 1 and ($clothingworntype ! 'school' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'school', i)
 		i += 1
-		if i = 25:i = 201
-	if i <= 225:jump 'loopdress'
+		if i = 6: i = 7
+	if i <= 14:jump 'loopschool'
 
 	i = 1
-	:loopprofi
-		if profi[i] = 1 and ($clothingworntype ! 'profi' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'profi', i)
+	:loopexercise
+		if exercise[i] = 1 and ($clothingworntype ! 'exercise' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'exercise', i)
 		i += 1
-		if i = 3:i = 201
-	if i <= 208:jump 'loopprofi'
+	if i <= 26:jump 'loopexercise'
 
 	i = 1
-	:looppants
-		if pants[i] = 1 and ($clothingworntype ! 'pants' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'pants', i)
+	:loopnaughty
+		if naughty[i] = 1 and ($clothingworntype ! 'naughty' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'naughty', i)
 		i += 1
-		if i = 6:i = 201
-	if i <= 346:jump 'looppants'
+	if i <= 67:jump 'loopnaughty'
 
 	i = 1
-	:looplatex
-		if latex[i] = 1 and ($clothingworntype ! 'latex' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'latex', i)
+	:loopexhibit
+		if exhibit[i] = 1 and ($clothingworntype ! 'exhibit' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'exhibit', i)
 		i += 1
-	if i <= 2:jump 'looplatex'
+	if i <= 30:jump 'loopexhibit'
 
 	i = 1
-	:loophooker
-		if hooker[i] = 1 and ($clothingworntype ! 'hooker' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'hooker', i)
+	:loopuniform
+		if uniform[i] = 1 and ($clothingworntype ! 'uniform' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'uniform', i)
 		i += 1
-	if i <= 205:jump 'loophooker'
+	if i <= 24:jump 'loopuniform'
 
 	i = 1
-	:loopodekis
-		if odekis[i] = 1 and ($clothingworntype ! 'odekis' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'odekis', i)
+	:loopcoat
+		if coat[i] = 1:dyneval($coat_list_line, $ARGS[1], 'coat', i)
 		i += 1
-	if i <= 10:jump 'loopodekis'
+	if i <= 12:jump 'loopcoat'
 
 	i = 1
-	:loopnewclo
-		if newclo[i] = 1 and ($clothingworntype ! 'newclo' or clothingwornnumber ! i):dyneval($clothing_list_line, $ARGS[1], 'newclo', i)
+	:loopswimwear
+		if swimwear[i] = 1:dyneval($clothing_list_line, $ARGS[1], 'swimwear', i)
 		i += 1
-	!! NOTE: 131 is the school uniform and is handled separately
-	if i <= 130:jump 'loopnewclo'
-
-	if $ARGS[2] = 'brothel':
-		''
-		'<b>Brothel clothing</b>'
-		i = 1
-		:loopero
-			if $clothingworntype ! 'ero' or clothingwornnumber ! i:dyneval($clothing_list_line, $ARGS[1], 'ero', i)
-			i += 1
-		if i <= 18:jump 'loopero'
-	end
+	if i <= 30:jump 'loopswimwear'
+
 end
 
 if $ARGS[0] = 'view_clothing_item':
@@ -153,12 +116,22 @@ if $ARGS[0] = 'view_clothing_item':
 
 	cla
 	'<center><img src="<<FUNC(''$clothing_image'',  $ARGS[2], ARGS[3])>>"></center>'
-	FUNC('$clothing_name', $ARGS[2], ARGS[3])
+	$RESULT = FUNC('$short_description', $ARGS[2])
+	$RESULT += '<<ARGS[3]>>'
+	'<<$RESULT>>'
+	gs 'clothing_attributes', $ARGS[2], ARGS[3]
+	if $ARGS[2] ! 'coat' and $ARGS[2] ! 'swimwear':
+		gs 'clothing_descriptions'
+	else
+		FUNC('$clothing_name', $ARGS[2], ARGS[3])
+	end
+	
+	if $ARGS[2] = 'naughty' and CloQuality < 4:'This outfit can be used for prostitution.'
 
-	if $ARGS[1] ! 'shop' and $ARGS[2] ! 'vatnik' and $ARGS[2] ! 'sforma' and $ARGS[2] ! 'ero':
+	if $ARGS[1] ! 'shop' and $ARGS[2] ! 'vatnik' and ($ARGS[2] ! 'school' and $ARGS[3] ! 6):
 		$RESULT = '(strength '
 		dynamic '$RESULT += <<$ARGS[2]>>H[<<ARGS[3]>>]'
-		if $ARGS[2] ! 'yoga' and $ARGS[2] ! 'sarafan':
+		if $ARGS[2] ! 'exercise' and $ARGS[2] ! 'coat' and CloStyle ! 5:
 			$RESULT += ', hip size '
 			dynamic '$RESULT += <<$ARGS[2]>>B[<<ARGS[3]>>]'
 		end
@@ -174,18 +147,27 @@ if $ARGS[0] = 'view_clothing_item':
 			act 'Leave': gt $loc, $metka
 			if money >= ARGS[4]:
 				act 'Buy':
-					money -= ARGS[5]
+					h = 0
+					if CloStyle = 2:h = 25
+					if CloStyle = 5:h = 100
+					money -= ARGS[4]
 					dynamic $ARGS[2] + '[<<ARGS[3]>>] = 1'
-					if $ARGS[2] = 'yoga':
-						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 80'
-					elseif $ARGS[2] = 'odekis':
-						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 100'
-					elseif $ARGS[2] = 'dress':
-						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 160'
-					elseif $ARGS[2] = 'hooker':
-						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 200'
+					if $ARGS[2] = 'cheap' or $ARGS[2] = 'office':
+						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 75 + <<h>>'
+					elseif $ARGS[2] = 'average':
+						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 100 + <<h>>'
+					elseif $ARGS[2] = 'formal':
+						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 25 + <<h>>'
+					elseif $ARGS[2] = 'naughty' or $ARGS[2] = 'exhibit':
+						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 40 + <<h>>'
+					elseif $ARGS[2] = 'school' or $ARGS[2] = 'uniform':
+						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 150 + <<h>>'
+					elseif $ARGS[2] = 'exercise':
+						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 125 + <<h>>'
+					elseif $ARGS[2] = 'coat':
+						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 250 + <<h>>'
 					else
-						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 60'
+						dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 50 + <<h>>'
 					end
 					dynamic $ARGS[2] + 'B[<<ARGS[3]>>] = bedra'
 					gt $loc, $metka
@@ -195,7 +177,7 @@ if $ARGS[0] = 'view_clothing_item':
 	elseif $ARGS[1] = 'wardrobe':
 		act 'Leave in closet':gt 'clothing', 'view_clothing_list', $ARGS[1]
 
-		if $ARGS[2] ! 'vatnik' and $ARGS[2] ! 'sforma' and $ARGS[2] ! 'ero':
+		if $ARGS[2] ! 'vatnik' and ($ARGS[2] ! 'school' and $ARGS[3] ! 6):
 			!! if the clothing is worn out
 			if dyneval('RESULT = <<$ARGS[2]>>H[<<ARGS[3]>>]') <= 0:
 				'This item is worn and is not suitable for further wear.'
@@ -203,7 +185,7 @@ if $ARGS[0] = 'view_clothing_item':
 			end
 
 			!! if the clothing is a type that checks for hip size
-			if $ARGS[2] ! 'yoga' and $ARGS[2] ! 'sarafan':
+			if $ARGS[2] ! 'exercise' and $ARGS[2] ! 'coat' and CloStyle ! 5:
 				!! if the hipsize is too far from your hipsize
 				dynamic 'RESULT = <<$ARGS[2]>>B[<<ARGS[3]>>]'
 				if RESULT < bedra - 8:
@@ -241,27 +223,50 @@ if $ARGS[0] = 'view_clothing_item':
 		end
 
 		! WD: Bimbo look
-		act 'Wear':
-			gs 'clothing', 'wear', $ARGS[2], ARGS[3]
-
-			! WD: Bimbo look
-			if hcol = 3 and (exhibi + lip + skin + mop + tits) >= 15 and (ski + glamur + sexual) >= 1:
-				cla
-				*clr
-				'<center><img src="images/etogame/cloth_bimbo.jpg"></center>'
-				'Do you want to be dressed looking like a bimbo? You will not be taken seriously.'
-
-				act 'Dress like a Bimbo':
-					cloth_vid = 1
-					odevnesh += 5
-					bimbocl = 1
+		if $ARGS[2] ! 'coat' and $ARGS[2] ! 'swimwear':
+			act 'Wear':
+				gs 'clothing', 'wear', $ARGS[2], ARGS[3]
+				dynamic $ARGS[2] + 'W[<<ARGS[3]>>] = 1'
+
+				! WD: Bimbo look
+				if hcol = 3 and (exhibi + lip + skin + mop + tits) >= 15 and CloBimbo = 1:
+					cla
+					*clr
+					'<center><img src="images/etogame/cloth_bimbo.jpg"></center>'
+					'Do you want to be dressed looking like a bimbo? You will not be taken seriously.'
+
+					act 'Dress like a Bimbo':
+						cloth_vid = 1
+						odevnesh += 5
+						bimbocl = 1
+						gt 'clothing', 'view_clothing_list', $ARGS[1]
+					end
+					act 'Dress Normally':
+						gt 'clothing', 'view_clothing_list', $ARGS[1]
+					end
+				else
 					gt 'clothing', 'view_clothing_list', $ARGS[1]
 				end
-				act 'Dress Normally':
-					gt 'clothing', 'view_clothing_list', $ARGS[1]
+			end
+		end
+
+		if dyneval('RESULT = <<$ARGS[2]>>H[<<ARGS[3]>>]') < 5 and poSkill >= 200 and tkan > 0:
+			act 'Repair item':
+				if rand (1, 100) < 30:
+					cla
+					tkan -= 1
+					minut += 30
+					dynamic $ARGS[2] + 'H[<<ARGS[3]>>] += 30'
+					'You spend 30 minutes fixing the outfit.'
+					act 'Return':gt 'clothing', 'view_clothing_list', $ARGS[1]
+				else
+					cla
+					tkan += 3
+					minut += 30
+					dynamic $ARGS[2] + '[<<ARGS[3]>>] = 0'
+					'Despite your skill with a needle, this outfit has proved beyond repair. All that is left of it is only good for your cloth pile.'
+					act 'Return':gt 'clothing', 'view_clothing_list', $ARGS[1]
 				end
-			else
-				gt 'clothing', 'view_clothing_list', $ARGS[1]
 			end
 		end
 		
@@ -297,7 +302,7 @@ if $ARGS[0] = 'view_clothing_item':
 	elseif $ARGS[1] = 'resize':
 		act 'Leave item alone':gt 'clothing', 'view_clothing_list', $ARGS[1]
 
-		if $ARGS[2] ! 'vatnik' and $ARGS[2] ! 'sforma' and $ARGS[2] ! 'yoga' and $ARGS[2] ! 'sarafan':
+		if $ARGS[2] ! 'exercise' and $ARGS[2] ! 'coat' and CloStyle ! 5:
 			if dyneval('RESULT = <<$ARGS[2]>>B[<<ARGS[3]>>]') ! bedra and money >= 500:
 				'You can have this resized for 500 rubles.'
 				act 'Resize':
@@ -311,10 +316,8 @@ if $ARGS[0] = 'view_clothing_item':
 end
 
 if $ARGS[0] = 'strip':
-	if spdirtyc > 0:
-		cumspclnt = 6
-		gs 'cum_cleanup'
-	end
+	cumspclnt = 6
+	gs 'cum_cleanup'
 	if cloth_vid = 1:
 		last_vid = 1
 	else
@@ -324,6 +327,19 @@ if $ARGS[0] = 'strip':
 	lastwornclothingnumber = clothingwornnumber
 	$clothingworntype = 'nude'
 	clothingwornnumber = 0
+	CloQuality = 0
+	CloThinness = 0
+	CloTopCut = 0
+	CloPantsShortness = 0
+	CloSkirtShortness = 0
+	CloStyle = 0
+	PCloQuality = 0
+	PCloThinness = 0
+	PCloTopCut = 0
+	PCloPants = 0
+	PCloSkirt = 0
+	PCloStyle = 0
+	CloBimbo = 0
 	glamur = 0
 	sport = 0
 	ski = 0
@@ -345,47 +361,126 @@ if $ARGS[0] = 'wear':
 
 	$clothingworntype = $ARGS[1]
 	clothingwornnumber = ARGS[2]
+	
+	if $ARGS[2] ! 'coat' and $ARGS[2] ! 'swimwear':
+		gs 'clothing_descriptions'
+	else
+		FUNC('$clothing_name', $ARGS[2], ARGS[3])
+	end
 
-	if $clothingworntype = 'vatnik':
-		odevnesh = -10
-	elseif $clothingworntype = 'sforma':
-		sexual = 1
-		odevnesh = 5
-	elseif $clothingworntype = 'jeans':
-		odevnesh = 1
-	elseif $clothingworntype = 'yoga':
+	PCloQuality = CloQuality
+	PCloThinness = CloThinness
+	PCloTopCut = CloTopCut
+	PCloPants = CloPantsShortness
+	PCloSkirt = CloSkirtShortness
+	PCloStyle = CloStyle
+
+	if PCloTopCut > 1:
+		if tits = 2 or tits = 3:PCloTopCut += 1
+		if tits = 4 or tits = 5:PCloTopCut += 2
+		if tits >= 6:PCloTopCut += 3
+	end
+
+	!{	sexual = 1
 		sport = 1
-		odevnesh = 1
-	elseif $clothingworntype = 'sarafan':
 		ski = 1
-		odevnesh = 1
-	elseif $clothingworntype = 'short':
-		odevnesh = 2
-	elseif $clothingworntype = 'skirt':
-		ski = 1
-		odevnesh = 5
-	elseif $clothingworntype = 'dress':
 		glamur = 1
-		odevnesh = 10
-	elseif $clothingworntype = 'profi':
 		ofclo = 1
-		odevnesh = 5
-	elseif $clothingworntype = 'pants':
-		odevnesh = 3
-	elseif $clothingworntype = 'latex':
-		odevnesh = 1
-	elseif $clothingworntype = 'hooker':
+	if $clothingworntype = 'cheap':
+		odevnesh = -3
+	elseif $clothingworntype = 'average':
+		odevnesh = 0
+	elseif $clothingworntype = 'expensive':
+		odevnesh = 2
+	elseif $clothingworntype = 'formal':
+		odevnesh = 0
+	elseif $clothingworntype = 'office':
+		odevnesh = 0
+	elseif $clothingworntype = 'school':
+		odevnesh = 0
+	elseif $clothingworntype = 'exercise':
+		odevnesh = 0
+	elseif $clothingworntype = 'naughty':
+		odevnesh = 2
+	elseif $clothingworntype = 'exhibit':
+		odevnesh = 0
+	elseif $clothingworntype = 'uniform':
+		odevnesh = 0
+	elseif $clothingworntype = 'swimwear':
 		odevnesh = 1
-	elseif $clothingworntype = 'odekis':
-		glamur = 1
-		sexual = 1
-		odevnesh = 5
-	elseif $clothingworntype = 'newclo':
-		sexual = 1
-		odevnesh = 5
-		if clothingwornnumber < 90:ski = 1
-	elseif $clothingworntype = 'ero':
-		odevnesh = 10
+	end}
+
+!Calculations for clothing beauty, multiplied by natural beauty
+	if PCloThinness > 0:
+		if PCloThinness = 1:
+			PXCloThinness = 25
+		elseif PCloThinness = 2:
+			PXCloThinness = 50
+		elseif PCloThinness = 3:
+			PXCloThinness = 100
+		elseif PCloThinness = 4:
+			PXCloThinness = 150
+		elseif PCloThinness = 5:
+			PXCloThinness = 200
+		elseif PCloThinness = 6:
+			PXCloThinness = 300
+		elseif PCloThinness >= 7:
+			PXCloThinness = 400
+		end
+	end
+
+	if PCloTopCut > 0:
+		if PCloTopCut = 1:
+			PXCloTopCut = 25
+		elseif PCloTopCut = 2:
+			PXCloTopCut = 50
+		elseif PCloTopCut = 3:
+			PXCloTopCut = 100
+		elseif PCloTopCut = 4:
+			PXCloTopCut = 150
+		elseif PCloTopCut = 5:
+			PXCloTopCut = 200
+		elseif PCloTopCut = 6:
+			PXCloTopCut = 300
+		elseif PCloTopCut >= 7:
+			PXCloTopCut = 400
+		end
+	end
+
+	if PCloSkirtShortness > 0:
+		if PCloSkirtShortness = 1:
+			PXCloSkirtShortness = 25
+		elseif PCloSkirtShortness = 2:
+			PXCloSkirtShortness = 50
+		elseif PCloSkirtShortness = 3:
+			PXCloSkirtShortness = 100
+		elseif PCloSkirtShortness = 4:
+			PXCloSkirtShortness = 150
+		elseif PCloSkirtShortness = 5:
+			PXCloSkirtShortness = 200
+		elseif PCloSkirtShortness = 6:
+			PXCloSkirtShortness = 300
+		elseif PCloSkirtShortness >= 7:
+			PXCloSkirtShortness = 400
+		end
+	end
+
+	if PCloPantsShortness > 0:
+		if PCloPantsShortness = 1:
+			PXCloPantsShortness = 25
+		elseif PCloPantsShortness = 2:
+			PXCloPantsShortness = 50
+		elseif PCloPantsShortness = 3:
+			PXCloPantsShortness = 100
+		elseif PCloPantsShortness = 4:
+			PXCloPantsShortness = 150
+		elseif PCloPantsShortness = 5:
+			PXCloPantsShortness = 200
+		elseif PCloPantsShortness = 6:
+			PXCloPantsShortness = 300
+		elseif PCloPantsShortness >= 7:
+			PXCloPantsShortness = 400
+		end
 	end
 end
 

+ 86 - 0
locations/clothing_attributes

@@ -0,0 +1,86 @@
+# clothing_attributes
+
+! **Clothing Organization
+! CloCategory: 1 Cheap, 2 Average, 3 Expensive, 4 Formal, 5 Office, 6 School, 7 Exercise, 8 Naughty, 9 Exhibit, 10 Uniform, 11 Coat, 12 Swimwear
+!		Notes: 1-3 are general purpose clothing, 4-7 are self-explanitory, 8 is basically all the stuff youd get at a lingere and sex shop (fetishwear, latex, underwear), 9 is more extreme stuff than 8 that would get you arrested on sight for indecent exposure. 10 is waitress and maid uniforms.
+! CloStyle: 1 Girly, 2 Rebel, 3 Wealthy, 4 Exhibitionist, 5 is Loosefit
+!		Notes: 1 is clothing themed to give the impression of innocence of youth. 2 is for sterotypical punks; ripped clothing, leather jackets, etc. 3 gives the impression that theyre debutanttes or rich at first glance. 4 is stuff only worn only by exhibitionists (exposes privates, etc). 5 is formless clothing that doesnt requiring refitting.
+!
+! **Clothing Variables
+! Scales use a 1-5 ramge. with 6 being a special case thats esssentialy nudity.
+!
+! CloQuality = 1-7 scale, based on the general expensiveness of the clothing. Higher is more expensive.
+!		Notes: 7 is reserved for ballroom gowns, and other clothing that might only be found on celebrities or millionaires at red carpet events.
+! 		Ex:		6-5 are the higher and lower levels of the expensive category
+!				4-3 are the same for average category
+!				2-1 are the same for cheap category.
+! CloThinness = 1-6 scale, with higher values being made of thinner material and/or being more tightly fitting.
+!		Notes:   Clothing with large cut-away sections or transparent sections should have a decreased CloThinness score
+!		Ex: 	6 intentionally reveals breast or pubic areas, with translucent or transparent areas and should trigger some sort of indecent exposure/arrest event if worn in public without underwear. 
+!				5 is thin enough to be seen through only in bright light, or is otherwise tight enough to show the body in detail if opaque.  
+!				4 is thin or tight enough to be flirty and fine in most places except the most conservative (church, school, etc). 
+!				3-2 is the range of clothing that is modest enough to be worn in all public places.
+!				1 does not follow the curves of the body in great detail, and makes it hard to see the body shape.
+! CloTopCut = 1-4 scale* (with an additional +0-3 based on player breast sizes, for an effective 1-7 scale). System is based on based on how much skin on the torso is shown (including navel, not just above the breasts), with larger breasts implicitly making the outfit smaller and more revealing.
+!		Notes:   Need to add modifiers based on breast size, where larger breasts end up forcing the player to show more cleavage than those with smaller breasts. 
+!		Ex: 	4 reveals over half the skin on the torso area, 
+!				3 has a deep neckline that reaches the cleavage between the breasts, 
+!				2 is a cut high enough to be considered appropriate in most places (above the cleavage, or just below where it starts), 
+!				1 is a neckline that ends very near the neck or higher.
+! CloSkirtShortness = 1-6 scale. Higher values are shorter.
+!		Notes: 	 Loose skirts sometimes rank higher than tight skirts of the same length, since they are more likely to flash others.
+!		Ex: 	6 is short enough to reveal pubic areas at all times 
+!				5 is ~20% thigh length or less (microskirt), and can reveal underwear frequently 
+!				4 is ~40% thigh length (miniskirt) and may show underwear if bending over 
+!				3 is up to ~60% thigh length (skirt) and normally never reveals underwear 
+!				2 is ending immediately above, at or below the knees (knee-length) 
+!				1 is ankle-length.
+! CloPantsShortness = 1-6 scale. Higher values are shorter.
+!		Notes: 	 Intentionally seperate variable from skirt length to prevent wording confusion during events (e.g., lifting a dress or skirt versus pulling down pants or shorts)
+!		Ex: 	6 are high-cut shorts (legs end significantly above the crotch, usually reveals a large amount of the ass cheek)
+!				5 is mini shorts (legs do not reach below the crotch)
+!				4 are shorts (close to mid thigh)
+!				3 is knee-length shorts
+!				2 is calf length
+!				1 is ankle length 
+! CloOnePiece = 1
+!		Notes:	 Flag for event writing; excludes skirted/dress outfits. Denotes that in order to have sex, the clothing must be pulled to the side, unlike shorts which can be pulled down, or skirts which may be lifted. 
+! CloBimbo = 1
+!		Notes:	 Flag for bimboification gain. All exceptionally slutty clothing (the kind almost never seen outside of porn, strip clubs, or on street hookers) should have this flag.
+
+CloQuality = 0
+CloThinness = 0
+CloTopCut = 0
+CloPantsShortness = 0
+CloSkirtShortness = 0
+CloStyle = 0
+CloBimbo = 0
+
+if $ARGS[0] = 'cheap':
+	FUNC('$attributes_cheap', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'average':
+	FUNC('$attributes_average', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'expensive':
+	FUNC('$attributes_expensive', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'formal':
+	FUNC('$attributes_formal', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'office':
+	FUNC('$attributes_office', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'school':
+	FUNC('$attributes_school', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'exercise':
+	FUNC('$attributes_exercise', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'naughty':
+	FUNC('$attributes_naughty', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'exhibit':
+	FUNC('$attributes_exhibit', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'uniform':
+	FUNC('$attributes_uniform', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'coat':
+	FUNC('$attributes_coat', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'swimwear':
+	FUNC('$attributes_swimwear', $ARGS[0], ARGS[1])
+end
+
+--- clothing_attributes ---------------------------------
+

+ 88 - 0
locations/clothing_descriptions

@@ -0,0 +1,88 @@
+# clothing_descriptions
+!Builds a dynamic clothing description based on the clothes attributes
+
+$description = ''
+if CloQuality = 1:
+   $description = 'This crappy quality outfit'
+elseif CloQuality = 2:
+   $description = 'This very low quality outfit'
+elseif CloQuality = 3:
+   $description = 'This low quality outfit'
+elseif CloQuality = 4:
+   $description = 'This average quality outfit'
+elseif CloQuality = 5:
+   $description = 'This reasonable quality outfit'
+elseif CloQuality = 6:
+   $description = 'This good quality outfit'
+elseif CloQuality = 7:
+   $description = 'This is a outstanding quality outfit'
+end
+if CloThinness = 1:
+   $description = $description + ', which completely obscures your figure'
+elseif CloThinness = 2:
+   $description = $description + ', which somewhat obscures your figure'
+elseif CloThinness = 3:
+   $description = $description + ', which shows your figure somewhat'
+elseif CloThinness = 4:
+   $description = $description + ', which shows your figure well'
+elseif CloThinness = 5:
+   $description = $description + ', which shows every detail of your figure'
+elseif CloThinness = 6:
+   $description = $description + ', which intentionally reveals your intimate areas'
+end
+if CloTopCut > 0:
+	if CloTopCut = 1:
+	   $description = $description + ', includes a very modest top'
+	elseif CloTopCut = 2:
+	   $description = $description + ', includes a modest top'
+	elseif CloTopCut = 3:
+	   $description = $description + ', includes a somewhat revealing'
+	elseif CloTopCut = 4:
+	   $description = $description + ', includes a very revealing top'
+	end
+	if tits < 2:
+	   $description = $description + ', that would hang loosely around your humble bosom'
+	elseif tits >=2 AND tits < 4:
+	   $description = $description + ', that would fit your decently-sized bosom'
+	elseif tits >=4 AND tits < 6:
+	   $description = $description + ', that would tightly strain to contain your ample bosom'
+	elseif tits >=6:
+	   $description = $description + ', that your huge bosom would spill out of'
+	end
+end
+if CloPantsShortness > 0:
+   if CloPantsShortness = 1:
+      $description = $description + ' and long pants.'
+   elseif CloPantsShortness = 2:
+      $description = $description + ' and calf-length pants.'
+   elseif CloPantsShortness = 3:
+      $description = $description + ' and kneel-length shorts.'
+   elseif CloPantsShortness = 4:
+      $description = $description + ' and thigh-length shorts'
+   elseif CloPantsShortness = 5:
+      $description = $description + ' and shorts that dont go past your crotch'
+   elseif CloPantsShortness = 6:
+      $description = $description + ' and shorts so short, that they reveal your panties'
+   end
+end
+if CloSkirtShortness > 0:
+   if CloSkirtShortness = 1:
+      $description = $description + ' and a floor-length skirt.'
+   elseif CloSkirtShortness = 2:
+      $description = $description + ' and a knee-length skirt.'
+   elseif CloSkirtShortness = 3:
+      $description = $description + ' and a fairly standard skirt.'
+   elseif CloSkirtShortness = 4:
+      $description = $description + ' and a rather short skirt.'
+   elseif CloSkirtShortness = 5:
+      $description = $description + ' and a miniskirt that barely reaches past your groin.'
+   elseif CloSkirtShortness = 6:
+      $description = $description + ' and a microskirt not even long enough to hide your privates'
+   end
+end
+
+	'<<$description>>'
+if bimbo = 1:'This item is considered bimbo clothing.'
+
+--- clothing_descriptions ---------------------------------
+

+ 1 - 1
locations/din2

@@ -240,7 +240,7 @@ $budilnikOn = {
 
 $wakepar = {
 	InSleep = 0
-	if bedpanty = 0:
+	if bedpanty = 0 and clrbelo > 0:
 		tanga = 1
 	else
 		tanga =0

+ 2 - 4
locations/gpoli

@@ -129,7 +129,7 @@ if hour >= 6 and hour <= 21:
 			preg = 0
 			pregtalk = 0
 			sterilewb += 1
-			ARRPOS('yearkid',0) = nextbaby
+			nextbaby = ARRPOS('yearkid',0)
 			kid += 1
 			BabyEmbryo -= 1
 			daykid[nextbaby] = day
@@ -143,7 +143,7 @@ if hour >= 6 and hour <= 21:
 			act 'Name your child':
 				$kidname[nextbaby] = input ("Enter your babys name")
 
-				if $kidname[nextbaby] <= 0:
+				if $kidname[nextbaby] ! '':
 					if polkid[nextbaby] = 0:$kidname[nextbaby] = 'Masha'
 					if polkid[nextbaby] = 1:$kidname[nextbaby] = 'Misha'
 				end
@@ -243,9 +243,7 @@ if hour >= 6 and hour <= 21:
 	
 				if GerpesNapr = 0:Gerpes = -10 & 'You have completed the course.'
 				act 'Leave':gt 'gpoli'
-	
 			end
-
 		end
 
 		if TriperNapr > 0 and money >= 1500 and TriperUkolDay ! daystart:

+ 1 - 1
locations/lake

@@ -909,7 +909,7 @@ if $ARGS[0] = 'walklake2':
 					cla
 					*clr
 					sex += 1
-					if rand(0,1) = 0
+					if rand(0,1) = 0:
 						$boy = 'Stasik'
 					else
 						$boy = 'Valera'

+ 6 - 3
locations/placer_sex

@@ -1134,18 +1134,21 @@ if $args[0] = 'sleep':
 	:loopson
 	minut += 1
 	stime += 1
+	health += 5
+
 	if stime = 60:stime = 0 & son += 3
+
 	gs'stat'
 
-	if son > 23 and dosip = 0:
+	if son > 24:
 		hour = 8
 		minut = 0
 		gs'stat'
 		'You wake up, no longer tired.'
 		InSleep = 0
+	else
+		jump 'loopson'
 	end
-
-	jump 'loopson'
 end
 
 if $args[0] = 'rape':

+ 1 - 1
locations/poli

@@ -349,7 +349,7 @@ if $ARGS[0] = 'start':
 			act 'Name your child':
 				$kidname[nextbaby] = input ("Enter your babys name")
 
-				if $kidname[nextbaby] <= 0:
+				if $kidname[nextbaby] ! '':
 					if polkid[nextbaby] = 0:$kidname[nextbaby] = 'Masha'
 					if polkid[nextbaby] = 1:$kidname[nextbaby] = 'Misha'
 				end

+ 6 - 6
locations/sleepPRE

@@ -54,8 +54,8 @@ hcol = 1
 
 vidageday = 300
 housrA = 1
-sarafan[1] = 1
-sarafanH[1] = 30
+cheap[69] = 1
+cheapH[69] = 70
 lobok = 3
 leghair = 3
 mop = 1
@@ -63,10 +63,10 @@ housr = 1
 tanga = 1
 clr
 gs 'stat'
-jeans[1] = 1
-jeansH[1] = 100
-jeansB[1] = 70
-gs 'clothing', 'wear', 'jeans', 1
+cheap[15] = 1
+cheapH[15] = 100
+cheapB[15] = 70
+gs 'clothing', 'wear', 'cheap', 15
 cltarelka = 1
 fairy = 10
 eda = 5

+ 96 - 3
locations/starenie

@@ -1,7 +1,100 @@
 # starenie
-if $clothingworntype ! 'vatnik' and $clothingworntype ! 'sforma' and $clothingworntype ! 'ero':
-	dynamic '<<$lastwornclothingtype>>H[<<lastwornclothingnumber>>] -= 1'
-end
+
+i = 1
+:loopcheap
+	if cheapW[i] = 1:
+	dynamic 'cheapH[<<i>>] -= 1'
+	i += 1
+if i <= 85:jump 'loopcheap'
+killvar 'cheapW'
+
+i = 1
+:loopaverage
+	if averageW[i]:
+	dynamic 'averageH[<<i>>] -= 1'
+	i += 1
+if i <= 125:jump 'loopaverage'
+killvar 'averageW'
+
+i = 1
+:loopexpensive
+	if expensiveW[i] = 1:
+	dynamic 'expensiveH[<<i>>] -= 1'
+	i += 1
+if i <= 147:jump 'loopexpensive'
+killvar 'expensiveW'
+
+i = 1
+:loopformal
+	if formalW[i] = 1:
+	dynamic 'formalH[<<i>>] -= 1'
+	i += 1
+if i <= 14:jump 'loopformal'
+killvar 'formalW'
+
+i = 1
+:loopoffice
+	if officeW[i] = 1:
+	dynamic 'officeH[<<i>>] -= 1'
+	i += 1
+if i <= 30:jump 'loopoffice'
+killvar 'officeW'
+
+i = 1
+:loopschool
+	if schoolW[i] = 1:
+	dynamic 'schoolH[<<i>>] -= 1'
+	i += 1
+if i <= 14:jump 'loopschool'
+killvar 'schoolW'
+
+i = 1
+:loopexercise
+	if exerciseW[i] = 1:
+	dynamic 'exerciseH[<<i>>] -= 1'
+	i += 1
+if i <= 26:jump 'loopexercise'
+killvar 'exerciseW'
+
+i = 1
+:loopnaughty
+	if naughtyW[i] = 1:
+	dynamic 'naughtyH[<<i>>] -= 1'
+	i += 1
+if i <= 67:jump 'loopnaughty'
+killvar 'naughtyW'
+
+i = 1
+:loopexhibit
+	if exhibitW[i] = 1:
+	dynamic 'exhibitH[<<i>>] -= 1'
+	i += 1
+if i <= 30:jump 'loopexhibit'
+killvar 'exhibitW'
+
+i = 1
+:loopuniform
+	if uniformW[i] = 1:
+	dynamic 'uniformH[<<i>>] -= 1'
+	i += 1
+if i <= 24:jump 'loopuniform'
+killvar 'uniformW'
+
+i = 1
+:loopcoat
+	if coatW[i] = 1:
+	dynamic 'coatH[<<i>>] -= 1'
+	i += 1
+if i <= 12:jump 'loopcoat'
+killvar 'coatW'
+
+i = 1
+:loopswimwear
+	if swimwearW[i] = 1:
+	dynamic 'swimwearH[<<i>>] -= 1'
+	i += 1
+if i <= 30:jump 'loopswimwear'
+killvar 'swimwearW'
 
 --- starenie ---------------------------------
 

+ 3 - 3
locations/stat

@@ -1558,11 +1558,11 @@ if preg = 1:
 	if pregtime < 280 and pregtime > 27:knowpreg = 1 & pl '<b><font color="blue">You have been pregnant for <<pregtime>> days. Days until delivery <<rodtime>></font></b>'
 	if pregtime = 280:pl '<b><font color="red">You urgently need to go to the hospital</font></b>'
 	if pregtime >= 210:
-		pl'<font color = black>You have a huge <a href="exec:view''images/pregnant/3.jpg''"> stomach</a> pregnant woman</font>'
+		pl'<font color = black>You have the huge <a href="exec:view''images/pregnant/3.jpg''">stomach</a> of a pregnant woman.</font>'
 	elseif pregtime >= 150:
-		pl'<font color = black>Your <a href="exec:view''images/pregnant/2.jpg''"> tummy</a> rounded and very noticeable. surrounding see, you are pregnant</font>'
+		pl'<font color = black>Your <a href="exec:view''images/pregnant/2.jpg''">tummy</a> is rounded and very noticeable. It is clear to anyone who sees you, that you are pregnant.</font>'
 	elseif pregtime >= 90:
-		pl'<font color = black>Do you have a barely perceptible <a href="exec:view''images/pregnant/1.jpg''"> tummy</a>, which, however, invisible under clothing</font>'
+		pl'<font color = black>Do you have a barely perceptible <a href="exec:view''images/pregnant/1.jpg''">tummy</a>, which is not noticable under your clothing.</font>'
 	end
 !! MJ: Add a line before the next message.
 	if knowpreg = 1: pl

+ 1 - 1
locations/street

@@ -238,7 +238,7 @@ if marudatestinterface = 0:
 	
 	if hour >= 5 and hour <= 23:'The <a href="exec:gt ''metro'', ''start''">Metro</a> Station is within a 5 minute walk from here.'
 	if hour >= 8 and hour <= 20:'Not far from your house is a <a href="exec:gt ''shop'', ''start''">Supermarket</a>'
-	if hour >= 8 and hour <= 20:'<a href="exec:gt ''poli'', ''start''">The clinic</a> isn''t far from your apartement either'
+	if hour >= 8 and hour <= 20:'<a href="exec:gt ''poli'', ''start''">The clinic</a> isn''t far from your apartment either'
 	if hour >= 6 and hour <= 9 and military = 1 and week = 6:'There is a <a href="exec:minut += 60 & gt ''Military'', ''start''">military bus</a> waiting on the other side of the street.'
 	if hour >= 8 and hour <= 14 and week ! 1:'At the local, but noisy, <a href="exec:gt ''rinok'', ''start''">marketplace</a> you can go for a small shopping trip'
 	if hour >= 11 and hour < 12 and week > 1 and week < 5 and workKafe = 1:'The side door at the <a href="exec:gt ''kafe'', ''work''">cafe</a> open, so work staff can get in begin their shift.'

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно