clothing_QV.qsrc 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. # clothing_QV
  2. menu_off = 1
  3. if $ARGS[0] = 'list':
  4. '<h3><center><b><font color="maroon">Wardrobe - Brand Selection</font></b></center></h3>'
  5. '<center><b><font color="maroon">click on a shop name to view clothes from that shop</font></b></center>'
  6. $regularwornclothingtype = ''
  7. *nl
  8. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  9. *nl
  10. ! '<center>These are the clothes that are currently available for you to wear.</center><br>'
  11. ! *nl
  12. if org_loc = 1:
  13. act 'Return':
  14. killvar '$ward_list_store'
  15. killvar 'org_loc'
  16. gt 'clothing', 'view_clothing_list', 'wardrobe'
  17. end
  18. else
  19. act 'Return':
  20. killvar '$ward_list_store'
  21. gt 'wardrobe', 'start'
  22. end
  23. end
  24. '<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm''"><img src="images/locations/city/citycenter/mall/gm.png"></a></center>'
  25. if ARRSIZE('school') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''school''"><img src="images/locations/city/citycenter/mall/s.uniform2.png"></a></center>'
  26. if ARRSIZE('average') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''kats''"><img src="images/locations/city/citycenter/mall/pussycat.png"></a></center>'
  27. if ARRSIZE('expensive') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''fashionista''"><img src="images/locations/city/citycenter/mall/fashionistat.png"></a></center>'
  28. if ARRSIZE('formal') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''moncheri''"><img src="images/locations/city/citycenter/mall/moncheri.png"></a></center>'
  29. if ARRSIZE('fetish') > 0 or ARRSIZE('burlesque') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''sexshop''"><img src="images/locations/city/citycenter/sexshop/shop_name.png"></a></center>'
  30. if ARRSIZE('exhibit') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''exhibitshop''"><img src="images/locations/oldtown/exhibitshop/shop_name.png"></a></center>'
  31. if ARRSIZE('alternative') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''dolls''"><img src="images/locations/city/island/dolls.png"></a></center>'
  32. if ARRSIZE('exercise') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''sports''"><img src="images/locations/city/citycenter/mall/sports.png"></a></center>'
  33. if $ARGS[1] = 'gm':
  34. *clr & cla
  35. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  36. '<center><img src="images/locations/city/citycenter/mall/gm.png"></center>'
  37. *nl
  38. if ARRSIZE('cheap') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_cheap''">Regular G&M clothing</a></center>'
  39. if ARRSIZE('office') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_office''">Office wear</a></center>'
  40. if ARRSIZE('uniform') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_uniform''">Work uniforms</a></center>'
  41. end
  42. if $ARGS[1] = 'gm_cheap':
  43. $ward_list_store = $ARGS[1]
  44. *clr & cla
  45. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  46. '<center><img src="images/locations/city/citycenter/mall/gm.png"></center>'
  47. '<center>Regular G&M clothing</center>'
  48. *nl
  49. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  50. *nl
  51. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  52. *nl
  53. i = 1
  54. :loopcheap
  55. if cheap[i] = 1:
  56. gs 'clothing_attributes', 'cheap', i
  57. if CloInhibit <= pcs_inhib:
  58. if CloStyle ! 5:
  59. if cheapS[i] = 0 and cheapH[i] > 0 and cheapB[i] >= (pcs_hips - 8) and cheapB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cheap'', <<i>>"><img src="images/pc/clothing/1cheap/<<i>>.jpg" height="250" /></a>'
  60. else
  61. if cheapS[i] = 0 and cheapH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cheap'', <<i>>"><img src="images/pc/clothing/1cheap/<<i>>.jpg" height="250" /></a>'
  62. end
  63. end
  64. end
  65. i += 1
  66. if i <= ARRSIZE('cheap'):jump 'loopcheap'
  67. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  68. end
  69. if $ARGS[1] = 'gm_office':
  70. $ward_list_store = $ARGS[1]
  71. *clr & cla
  72. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  73. '<center><img src="images/locations/city/citycenter/mall/gm.png"></center>'
  74. '<center>Office wear</center>'
  75. *nl
  76. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  77. *nl
  78. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  79. *nl
  80. i = 1
  81. :loopoffice
  82. if office[i] = 1:
  83. gs 'clothing_attributes', 'office', i
  84. if CloInhibit <= pcs_inhib:
  85. if officeS[i] = 0 and officeH[i] > 0 and officeB[i] >= (pcs_hips - 8) and officeB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''office'', <<i>>"><img src="images/pc/clothing/5office/<<i>>.jpg" height="250" /></a>'
  86. end
  87. end
  88. i += 1
  89. if i <= ARRSIZE('office'):jump 'loopoffice'
  90. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  91. end
  92. if $ARGS[1] = 'gm_uniform':
  93. $ward_list_store = $ARGS[1]
  94. *clr & cla
  95. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  96. '<center><img src="images/locations/city/citycenter/mall/gm.png"></center>'
  97. '<center>Work uniforms</center>'
  98. *nl
  99. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  100. *nl
  101. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  102. *nl
  103. i = 1
  104. :loopuniform
  105. if uniform[i] = 1:
  106. gs 'clothing_attributes', 'uniform', i
  107. if CloInhibit <= pcs_inhib:
  108. if uniformS[i] = 0 and uniformH[i] > 0 and uniformB[i] >= (pcs_hips - 8) and uniformB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''uniform'', <<i>>"><img src="images/pc/clothing/10uniform/<<i>>.jpg" height="250" /></a>'
  109. end
  110. end
  111. i += 1
  112. if i <= ARRSIZE('uniform'):jump 'loopuniform'
  113. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  114. end
  115. if $ARGS[1] = 'school':
  116. $ward_list_store = $ARGS[1]
  117. *clr & cla
  118. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  119. '<center><img src="images/locations/city/citycenter/mall/s.uniform2.png"></center>'
  120. '<center>School uniforms</center>'
  121. *nl
  122. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  123. *nl
  124. '<center>These are the school uniforms you own that are currently available for you to wear.</center><br>'
  125. *nl
  126. if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and schoolS[6] = 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''school'', 6"><img src="images/pc/clothing/6school/6.jpg" height="250" /></a>'
  127. i = 1
  128. :loopschool
  129. if school[i] = 1:
  130. gs 'clothing_attributes', 'school', i
  131. if CloInhibit <= pcs_inhib:
  132. if schoolS[i] = 0 and schoolH[i] > 0 and schoolB[i] >= (pcs_hips - 8) and schoolB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''school'', <<i>>"><img src="images/pc/clothing/6school/<<i>>.jpg" height="250" /></a>'
  133. end
  134. end
  135. i += 1
  136. if i = 6: i = 7
  137. if i <= ARRSIZE('school'):jump 'loopschool'
  138. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  139. end
  140. if $ARGS[1] = 'kats':
  141. *clr & cla
  142. $ward_list_store = $ARGS[1]
  143. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  144. '<center><img src="images/locations/city/citycenter/mall/pussycat.png"></center>'
  145. *nl
  146. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  147. *nl
  148. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  149. *nl
  150. i = 1
  151. :loopaverage
  152. if average[i] = 1:
  153. gs 'clothing_attributes', 'average', i
  154. if CloInhibit <= pcs_inhib:
  155. if CloStyle ! 5:
  156. if averageS[i] = 0 and averageH[i] > 0 and averageB[i] >= (pcs_hips - 8) and averageB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''average'', <<i>>"><img src="images/pc/clothing/2average/<<i>>.jpg" height="250" /></a>'
  157. else
  158. if averageS[i] = 0 and averageH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''average'', <<i>>"><img src="images/pc/clothing/2average/<<i>>.jpg" height="250" /></a>'
  159. end
  160. end
  161. end
  162. i += 1
  163. if i <= ARRSIZE('average'):jump 'loopaverage'
  164. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  165. end
  166. if $ARGS[1] = 'fashionista':
  167. *clr & cla
  168. $ward_list_store = $ARGS[1]
  169. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  170. '<center><img src="images/locations/city/citycenter/mall/fashionistat.png"></center>'
  171. *nl
  172. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  173. *nl
  174. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  175. *nl
  176. i = 1
  177. :loopexpensive
  178. if expensive[i] = 1:
  179. gs 'clothing_attributes', 'expensive', i
  180. if CloInhibit <= pcs_inhib:
  181. if CloStyle ! 5:
  182. if expensiveS[i] = 0 and expensiveH[i] > 0 and expensiveB[i] >= (pcs_hips - 8) and expensiveB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''expensive'', <<i>>"><img src="images/pc/clothing/3expensive/<<i>>.jpg" height="250" /></a>'
  183. else
  184. if expensiveS[i] = 0 and expensiveH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''expensive'', <<i>>"><img src="images/pc/clothing/3expensive/<<i>>.jpg" height="250" /></a>'
  185. end
  186. end
  187. end
  188. i += 1
  189. if i <= ARRSIZE('expensive'):jump 'loopexpensive'
  190. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  191. end
  192. if $ARGS[1] = 'moncheri':
  193. *clr & cla
  194. $ward_list_store = $ARGS[1]
  195. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  196. '<center><img src="images/locations/city/citycenter/mall/moncheri.png"></center>'
  197. *nl
  198. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  199. *nl
  200. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  201. *nl
  202. i = 1
  203. :loopformal
  204. if formal[i] = 1:
  205. gs 'clothing_attributes', 'formal', i
  206. if CloInhibit <= pcs_inhib:
  207. if formalS[i] = 0 and formalH[i] > 0 and formalB[i] >= (pcs_hips - 8) and formalB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''formal'', <<i>>"><img src="images/pc/clothing/4formal/<<i>>.jpg" height="250" /></a>'
  208. end
  209. end
  210. i += 1
  211. if i <= ARRSIZE('formal'):jump 'loopformal'
  212. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  213. end
  214. if $ARGS[1] = 'sexshop':
  215. *clr & cla
  216. $ward_list_store = $ARGS[1]
  217. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  218. '<center><img src="images/locations/city/citycenter/sexshop/shop_name.png"></center>'
  219. *nl
  220. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  221. *nl
  222. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  223. *nl
  224. i = 1
  225. :loopfetish
  226. if fetish[i] = 1:
  227. gs 'clothing_attributes', 'fetish', i
  228. if CloInhibit <= pcs_inhib:
  229. if fetishS[i] = 0 and fetishH[i] > 0 and fetishB[i] >= (pcs_hips - 8) and fetishB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''fetish'', <<i>>"><img src="images/pc/clothing/8fetish/<<i>>.jpg" height="250" /></a>'
  230. end
  231. end
  232. i += 1
  233. if i <= ARRSIZE('fetish'):jump 'loopfetish'
  234. i = 1
  235. :loopburlesque
  236. if burlesque[i] = 1:
  237. gs 'clothing_attributes', 'burlesque', i
  238. if CloInhibit <= pcs_inhib:
  239. if burlesqueS[i] = 0 and burlesqueH[i] > 0 and burlesqueB[i] >= (pcs_hips - 8) and burlesqueB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''burlesque'', <<i>>"><img src="images/pc/clothing/13burlesque/<<i>>.jpg" height="250" /></a>'
  240. end
  241. end
  242. i += 1
  243. if i <= ARRSIZE('burlesque'):jump 'loopburlesque'
  244. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  245. end
  246. if $ARGS[1] = 'exhibitshop':
  247. *clr & cla
  248. $ward_list_store = $ARGS[1]
  249. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  250. '<center><img src="images/locations/oldtown/exhibitshop/shop_name.png"></center>'
  251. *nl
  252. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  253. *nl
  254. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  255. *nl
  256. i = 1
  257. :loopexhibit
  258. if exhibit[i] = 1:
  259. gs 'clothing_attributes', 'exhibit', i
  260. if CloInhibit <= pcs_inhib:
  261. if exhibitS[i] = 0 and exhibitH[i] > 0 and exhibitB[i] >= (pcs_hips - 8) and exhibitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''exhibit'', <<i>>"><img src="images/pc/clothing/9exhibit/<<i>>.jpg" height="250" /></a>'
  262. end
  263. end
  264. i += 1
  265. if i <= ARRSIZE('exhibit'):jump 'loopexhibit'
  266. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  267. end
  268. if $ARGS[1] = 'dolls':
  269. *clr & cla
  270. $ward_list_store = $ARGS[1]
  271. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  272. '<center><img src="images/locations/city/island/dolls.png"></center>'
  273. *nl
  274. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  275. *nl
  276. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  277. *nl
  278. i = 1
  279. :loopalternative
  280. if alternative[i] = 1:
  281. gs 'clothing_attributes', 'alternative', i
  282. if CloInhibit <= pcs_inhib:
  283. if alternativeS[i] = 0 and alternativeH[i] > 0 and alternativeB[i] >= (pcs_hips - 8) and alternativeB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''alternative'', <<i>>"><img src="images/pc/clothing/14alternative/<<i>>.jpg" height="250" /></a>'
  284. end
  285. end
  286. i += 1
  287. if i <= ARRSIZE('alternative'):jump 'loopalternative'
  288. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  289. end
  290. if $ARGS[1] = 'sports':
  291. *clr & cla
  292. $ward_list_store = $ARGS[1]
  293. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  294. '<center><img src="images/locations/city/citycenter/mall/sports.png"></center>'
  295. *nl
  296. '<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
  297. *nl
  298. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  299. *nl
  300. i = 1
  301. :loopexercise
  302. if exercise[i] = 1:
  303. gs 'clothing_attributes', 'exercise', i
  304. if CloInhibit <= pcs_inhib:
  305. if exerciseS[i] = 0 and exerciseH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''exercise'', <<i>>"><img src="images/pc/clothing/7exercise/<<i>>.jpg" height="250" /></a>'
  306. end
  307. end
  308. i += 1
  309. if i <= ARRSIZE('exercise'):jump 'loopexercise'
  310. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  311. end
  312. if $clothingworntype ! 'nude':
  313. act 'Strip':gt 'clothing_QV', 'strip'
  314. end
  315. end
  316. if $ARGS[0] = 'gym':
  317. if $regularwornclothingtype = '':
  318. $regularwornclothingtype = $clothingworntype
  319. regularwornclothingnumber = clothingwornnumber
  320. end
  321. '<center><img src="images/locations/city/citycenter/mall/sports.png"></center>'
  322. i = 1
  323. :loopexercise2
  324. if exercise[i] = 1:
  325. gs 'clothing_attributes', 'exercise', i
  326. if CloInhibit <= pcs_inhib:
  327. if exerciseS[i] = 0 and exerciseH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''exercise'', <<i>>"><img src="images/pc/clothing/7exercise/<<i>>.jpg" height="250" /></a>'
  328. end
  329. end
  330. i += 1
  331. if i <= ARRSIZE('exercise'):jump 'loopexercise2'
  332. act 'Return': gt $loc, $metka
  333. if $clothingworntype ! $regularwornclothingtype: gs 'clothing_QV', 'gym2'
  334. if $clothingworntype ! 'nude':
  335. act 'Strip':gt 'clothing_QV', 'strip'
  336. end
  337. end
  338. if $ARGS[0] = 'gym2':
  339. act 'Change back into your regular clothes':
  340. $clothingworntype = $regularwornclothingtype
  341. clothingwornnumber = regularwornclothingnumber
  342. killvar '$regularwornclothingtype'
  343. killvar 'regularwornclothingnumber'
  344. gt 'clothing_QV', 'gym'
  345. end
  346. end
  347. if $ARGS[0] = 'cloak':
  348. i = 1
  349. :loopcoat
  350. if coat[i] = 1:
  351. if coatH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coat'', <<i>>"><img src="images/pc/clothing/11coat/<<i>>.jpg" height="250" /></a>'
  352. end
  353. i += 1
  354. if i <= ARRSIZE('coat'):jump 'loopcoat'
  355. end
  356. if $ARGS[0] = 'strip':
  357. if $pantyworntype ! 'none':
  358. '<center><img src="images/pc/clothing/nude.jpg"></center>'
  359. '<center>You strip down to your panties.</center>'
  360. else
  361. '<center><img src="images/pc/clothing/nude1.jpg"></center>'
  362. '<center>You strip completely naked.</center>'
  363. end
  364. gs 'clothing', 'strip'
  365. act 'Choose something to wear':
  366. if $regularwornclothingtype = '':
  367. gt 'clothing_QV', 'list'
  368. else
  369. gt 'clothing_QV', 'gym'
  370. end
  371. end
  372. act 'Leave': gt $loc, $metka
  373. end
  374. if $ARGS[0] = 'change':
  375. *clr
  376. cla
  377. gs 'clothing_attributes', $ARGS[1], ARGS[2]
  378. '<center><img src="<<FUNC(''$clothing_image'', $ARGS[1], ARGS[2])>>"></center>'
  379. if $ARGS[1] = 'cheap' and ARGS[2] = 414:
  380. 'A hessian sack the hunters gave you.'
  381. else
  382. $RESULT = FUNC('$short_description', $ARGS[1], CloStyle2)
  383. $RESULT += '<<ARGS[2]>>'
  384. '<<$RESULT>>'
  385. if $ARGS[1] ! 'coat' and $ARGS[1] ! 'swimwear':
  386. gs 'clothing_descriptions'
  387. '<<$description>>'
  388. else
  389. FUNC('$clothing_name', $ARGS[1], ARGS[2])
  390. end
  391. end
  392. if CloBimbo = 1 and cheatBimbo = 0:'This item is considered bimbo clothing.'
  393. if CloStyle = 4:'This outfit can be used for prostitution.'
  394. if $ARGS[1] = 'uniform':
  395. if CloStyle2 = 1:
  396. 'This outfit is considered to be a maid uniform.'
  397. elseif CloStyle2 = 3:
  398. 'This is a stripper outfit.'
  399. else
  400. 'This outfit is a server uniform, suitable for jobs that require one.'
  401. end
  402. end
  403. if CloStyle2 = 4:
  404. if CloInhibit <= 10:
  405. '<font color="blue">This uniform is very conservative. Only the nerds would approve of you wearing it.</font>'
  406. elseif CloSkirt < 5 and CloThinness < 5 and CloBra = 0:
  407. if CloQuality = 4:
  408. '<font color="blue">This uniform complies with the regulations and is of good quality. It would certainly help you with your standing with the cool kids and jocks.</font>'
  409. else
  410. '<font color="blue">This uniform complies with the school regulations on skirt length. Nobody in school would be offended by you wearing it.</font>'
  411. end
  412. elseif CloSkirt = 5 and CloThinness < 5 and CloBra = 0:
  413. if CloQuality = 4:
  414. '<font color="blue">This uniform slightly breaches the school regulations on skirt length and is of good quality. Everybody apart from the nerds would approve of you wearing it.</font>'
  415. else
  416. '<font color="blue">This uniform slightly breaches the school regulations on skirt length. The gopnik would approve of you wearing it.</font>'
  417. end
  418. else
  419. '<font color="red">This uniform makes a mockery of the school uniform regulations. Everybody in school apart from the gopniks will think that you''re a slut.</font>'
  420. end
  421. end
  422. act 'Return':gt 'clothing_QV', 'list', '<<$ward_list_store>>'
  423. if $clothingworntype = $ARGS[1] and clothingwornnumber = ARGS[2]:
  424. 'You are wearing this outfit.'
  425. elseif CloInhibit > pcs_inhib:
  426. 'You don''t feel confident enough to wear an outfit this revealing.'
  427. elseif ARRPOS('$CloLosTyp', $ARGS[1]) ! -1 and ARRPOS('CloLosNum',ARGS[2]) ! -1 :
  428. 'You lost these clothes somewhere, maybe you can find them again?.'
  429. else
  430. if CloInhibit + 10 > pcs_inhib: 'You find this outfit more revealing than you are completely comfortable with but that makes it quite exciting too.'
  431. act 'Wear this outfit':
  432. gs 'clothing', 'wear', $ARGS[1], ARGS[2]
  433. if $regularwornclothingtype = '':
  434. gt 'wardrobe', 'start'
  435. else
  436. gt 'clothing_QV', 'gym'
  437. end
  438. end
  439. end
  440. end
  441. if $ARGS[0] = 'shop_header':
  442. $Headerstring = '<TH>Prostitute clothing '
  443. if clothingfilter_prost = 0:
  444. $Headerstring += '<a href="exec:clothingfilter_prost = 1 & gt $loc, $metka">Included</a></TH>'
  445. else
  446. $Headerstring += '<a href="exec:clothingfilter_prost = 0 & gt $loc, $metka">Excluded</a></TH>'
  447. end
  448. $Headerstring += '<TH>Bimbo clothing '
  449. if clothingfilter_bimbo = 0:
  450. $Headerstring += '<a href="exec:clothingfilter_bimbo = 1 & gt $loc, $metka">Included</a></TH>'
  451. else
  452. $Headerstring += '<a href="exec:clothingfilter_bimbo = 0 & gt $loc, $metka">Excluded</a></TH>'
  453. end
  454. $Headerstring += '<TH>Neither Prostitute or Bimbo clothing '
  455. if clothingfilter_norm = 0:
  456. $Headerstring += '<a href="exec:clothingfilter_norm = 1 & gt $loc, $metka">Included</a></TH>'
  457. else
  458. $Headerstring += '<a href="exec:clothingfilter_norm = 0 & gt $loc, $metka">Excluded</a></TH>'
  459. end
  460. $Headerstring += '<TH>Clothing you don''t find risqué '
  461. if clothingfilter_comf = 0:
  462. $Headerstring += '<a href="exec:clothingfilter_comf = 1 & gt $loc, $metka">Included</a></TH>'
  463. else
  464. $Headerstring += '<a href="exec:clothingfilter_comf = 0 & gt $loc, $metka">Excluded</a></TH>'
  465. end
  466. $Headerstring += '<TH>Risqué clothing '
  467. if clothingfilter_daring = 0:
  468. $Headerstring += '<a href="exec:clothingfilter_daring = 1 & gt $loc, $metka">Included</a></TH>'
  469. else
  470. $Headerstring += '<a href="exec:clothingfilter_daring = 0 & gt $loc, $metka">Excluded</a></TH>'
  471. end
  472. $Headerstring += '<TH>Clothing too risqué for you '
  473. if clothingfilter_too_daring = 0:
  474. $Headerstring += '<a href="exec:clothingfilter_too_daring = 1 & gt $loc, $metka">Included</a></TH>'
  475. else
  476. $Headerstring += '<a href="exec:clothingfilter_too_daring = 0 & gt $loc, $metka">Excluded</a></TH>'
  477. end
  478. '<center><table border=1><<$Headerstring>></table></center>'
  479. end
  480. if $ARGS[0] = 'shop_filter':
  481. if (clothingfilter_comf = 0 and CloInhibit + 10 < pcs_inhib) or (clothingfilter_daring = 0 and CloInhibit + 10 >= pcs_inhib and CloInhibit <= pcs_inhib) or (clothingfilter_too_daring = 0 and CloInhibit > pcs_inhib):
  482. clothingfilter_risk = 1
  483. else
  484. clothingfilter_risk = 0
  485. end
  486. if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0):
  487. clothingfilter_pandb = 1
  488. else
  489. clothingfilter_pandb = 0
  490. end
  491. if clothingfilter_norm = 1 and CloStyle ! 4 and CloBimbo ! 1:
  492. clothingfilter_norm2 = 0
  493. else
  494. clothingfilter_norm2 = 1
  495. end
  496. end
  497. --- clothing_QV ---------------------------------