clothing_QV.qsrc 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  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. if ARRSIZE('gm_outfits') > 0 or ARRSIZE('gm_dress'):'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm''"><img src="images/locations/city/citycenter/mall/gm.png"></a></center>'
  25. if ARRSIZE('gm_school') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_school''"><img src="images/pc/items/gm/school.png"></a></center>'
  26. if ARRSIZE('gm_office'):'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_office''"><img src="images/pc/items/gm/officewear.png"></a></center>'
  27. if ARRSIZE('gm_maid'):'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_maid''"><img src="images/pc/items/gm/maid.png"></a></center>'
  28. if ARRSIZE('gm_server'):'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_server''"><img src="images/pc/items/gm/server.png"></a></center>'
  29. if ARRSIZE('cats_outfits') > 0 or ARRSIZE('cats_dress') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''kats''"><img src="images/locations/city/citycenter/mall/pussycat.png"></a></center>'
  30. if ARRSIZE('flamingos_outfits') > 0 or ARRSIZE('flamingos_dress') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''flamingos''"><img src="images/locations/city/island/flamingos/shop_name.png"></a></center>'
  31. if ARRSIZE('coco_outfits') > 0 or ARRSIZE('coco_dress') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''coco''"><img src="images/locations/pavlovsk/coco/shop_name.png"></a></center>'
  32. if ARRSIZE('fashionista') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''fashionista''"><img src="images/locations/city/citycenter/mall/fashionista.png"></a></center>'
  33. if ARRSIZE('moncheri_gown') > 0 or ARRSIZE('moncheri_dress') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''moncheri''"><img src="images/locations/city/citycenter/mall/moncheri.png"></a></center>'
  34. if ARRSIZE('scandalicious_outfits') > 0 or ARRSIZE('scandalicious_dress') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''scandalicious''"><img src="images/locations/city/citycenter/mall/scandalicious.png"></a></center>'
  35. if ARRSIZE('fancy_burlesque') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''fancypancy''"><img src="images/locations/oldtown/fancy/shop_name.png"></a></center>'
  36. if ARRSIZE('eroto_dress') > 0 or ARRSIZE('eroto_outfits') > 0 or ARRSIZE('eroto_strip') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''sexshop''"><img src="images/locations/city/citycenter/sexshop/shop_name.png"></a></center>'
  37. if ARRSIZE('salacious_outfits') > 0 or ARRSIZE('salacious_dress') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''exhibitshop''"><img src="images/locations/oldtown/exhibitshop/shop_name.png"></a></center>'
  38. if ARRSIZE('dolls_outfits') > 0 or ARRSIZE('dolls_dress') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''dolls''"><img src="images/locations/city/island/dolls/shop_name.png"></a></center>'
  39. if ARRSIZE('bomba_outfits') > 0 or ARRSIZE('bomba_dress') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''bomba''"><img src="images/locations/oldtown/bomba/shop_name.png"></a></center>'
  40. if ARRSIZE('danilovich') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''sports''"><img src="images/locations/city/citycenter/mall/sports.png"></a></center>'
  41. if ARRSIZE('loopmarket_outfits') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''sports''">Clothing from the market</a></center>'
  42. if $ARGS[1] = 'gm':
  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. :loopgm_outfits
  55. if gm_outfits[i] = 1:
  56. gs 'clothing_attributes', 'gm_outfits', i
  57. if CloInhibit <= pcs_inhib:
  58. if CloStyle ! 5:
  59. if gm_outfits_s[i] = 0 and gm_outfits_h[i] > 0 and gm_outfits_b[i] >= (pcs_hips - 8) and gm_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_outfits'', <<i>>"><img src="images/pc/items/gm/outfits/<<i>>.jpg" height="250" /></a>'
  60. else
  61. if gm_outfits_s[i] = 0 and gm_outfits_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_outfits'', <<i>>"><img src="images/pc/items/gm/outfits/<<i>>.jpg" height="250" /></a>'
  62. end
  63. end
  64. end
  65. i += 1
  66. if i <= ARRSIZE('gm_outfits'):jump 'loopgm_outfits'
  67. *nl
  68. i = 1
  69. :loopgm_dress
  70. if gm_dress[i] = 1:
  71. gs 'clothing_attributes', 'gm_dress', i
  72. if CloInhibit <= pcs_inhib:
  73. if CloStyle ! 5:
  74. if gm_dress_s[i] = 0 and gm_dress_h[i] > 0 and gm_dress_b[i] >= (pcs_hips - 8) and gm_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_dress'', <<i>>"><img src="images/pc/items/gm/dress/<<i>>.jpg" height="250" /></a>'
  75. else
  76. if gm_dress_s[i] = 0 and gm_dress_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_dress'', <<i>>"><img src="images/pc/items/gm/dress/<<i>>.jpg" height="250" /></a>'
  77. end
  78. end
  79. end
  80. i += 1
  81. if i <= ARRSIZE('gm_dress'):jump 'loopgm_dress'
  82. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  83. end
  84. if $ARGS[1] = 'gm_office':
  85. $ward_list_store = $ARGS[1]
  86. *clr & cla
  87. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  88. '<center><img src="images/pc/items/gm/officewear.png"></center>'
  89. '<center>Office wear from G&M</center>'
  90. *nl
  91. '<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>'
  92. *nl
  93. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  94. *nl
  95. *nl
  96. i = 1
  97. :loopoffice
  98. if gm_office[i] = 1:
  99. gs 'clothing_attributes', 'gm_office', i
  100. if CloInhibit <= pcs_inhib:
  101. if gm_office_s[i] = 0 and gm_office_h[i] > 0 and gm_office_b[i] >= (pcs_hips - 8) and gm_office_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_office'', <<i>>"><img src="images/pc/items/gm/office/<<i>>.jpg" height="250" /></a>'
  102. end
  103. end
  104. i += 1
  105. if i <= ARRSIZE('gm_office'):jump 'loopoffice'
  106. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  107. end
  108. if $ARGS[1] = 'gm_maid':
  109. $ward_list_store = $ARGS[1]
  110. *clr & cla
  111. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  112. '<center><img src="images/pc/items/gm/maid.png"></center>'
  113. '<center>Maid outfits from G&M</center>'
  114. *nl
  115. '<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>'
  116. *nl
  117. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  118. *nl
  119. *nl
  120. i = 1
  121. :loopgm_maid
  122. if gm_maid[i] = 1:
  123. gs 'clothing_attributes', 'gm_maid', i
  124. if CloInhibit <= pcs_inhib:
  125. if gm_maid_s[i] = 0 and gm_maid_h[i] > 0 and gm_maid_b[i] >= (pcs_hips - 8) and gm_maid_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_maid'', <<i>>"><img src="images/pc/items/gm/maid/<<i>>.jpg" height="250" /></a>'
  126. end
  127. end
  128. i += 1
  129. if i <= ARRSIZE('gm_maid'):jump 'loopgm_maid'
  130. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  131. end
  132. if $ARGS[1] = 'gm_server':
  133. $ward_list_store = $ARGS[1]
  134. *clr & cla
  135. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  136. '<center><img src="images/pc/items/gm/server.png"></center>'
  137. '<center>Server uniforms from G&M</center>'
  138. *nl
  139. '<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>'
  140. *nl
  141. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  142. *nl
  143. *nl
  144. i = 1
  145. :loopgm_server
  146. if gm_server[i] = 1:
  147. gs 'clothing_attributes', 'gm_server', i
  148. if CloInhibit <= pcs_inhib:
  149. if gm_server_s[i] = 0 and gm_server_h[i] > 0 and gm_server_b[i] >= (pcs_hips - 8) and gm_server_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_server'', <<i>>"><img src="images/pc/items/gm/server/<<i>>.jpg" height="250" /></a>'
  150. end
  151. end
  152. i += 1
  153. if i <= ARRSIZE('gm_server'):jump 'loopgm_server'
  154. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  155. end
  156. if $ARGS[1] = 'gm_school':
  157. $ward_list_store = $ARGS[1]
  158. *clr & cla
  159. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  160. '<center><img src="images/pc/items/gm/school.png"></center>'
  161. '<center>School uniforms</center>'
  162. *nl
  163. '<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>'
  164. *nl
  165. '<center>These are the school uniforms you own that are currently available for you to wear.</center><br>'
  166. *nl
  167. if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and gm_school_s[6] = 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_school'', 6"><img src="images/pc/items/gm/school/6.jpg" height="250" /></a>'
  168. i = 1
  169. :loopschool
  170. if gm_school[i] = 1:
  171. gs 'clothing_attributes', 'gm_school', i
  172. if CloInhibit <= pcs_inhib:
  173. if gm_school_s[i] = 0 and gm_school_h[i] > 0 and gm_school_b[i] >= (pcs_hips - 8) and gm_school_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''gm_school'', <<i>>"><img src="images/pc/items/gm/school/<<i>>.jpg" height="250" /></a>'
  174. end
  175. end
  176. i += 1
  177. if i = 6: i = 7
  178. if i <= ARRSIZE('gm_school'):jump 'loopschool'
  179. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  180. end
  181. if $ARGS[1] = 'kats':
  182. *clr & cla
  183. $ward_list_store = $ARGS[1]
  184. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  185. '<center><img src="images/locations/city/citycenter/mall/pussycat.png"></center>'
  186. *nl
  187. '<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>'
  188. *nl
  189. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  190. *nl
  191. i = 1
  192. :loopcats_outfits
  193. if cats_outfits[i] = 1:
  194. gs 'clothing_attributes', 'cats_outfits', i
  195. if CloInhibit <= pcs_inhib:
  196. if CloStyle ! 5:
  197. if cats_outfits_s[i] = 0 and cats_outfits_h[i] > 0 and cats_outfits_b[i] >= (pcs_hips - 8) and cats_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_outfits'', <<i>>"><img src="images/pc/items/cats/outfits/<<i>>.jpg" height="250" /></a>'
  198. else
  199. if cats_outfits_s[i] = 0 and cats_outfits_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_outfits'', <<i>>"><img src="images/pc/items/cats/outfits/<<i>>.jpg" height="250" /></a>'
  200. end
  201. end
  202. end
  203. i += 1
  204. if i <= ARRSIZE('cats_outfits'):jump 'loopcats_outfits'
  205. i = 1
  206. :loopcats_dress
  207. if cats_dress[i] = 1:
  208. gs 'clothing_attributes', 'cats_dress', i
  209. if CloInhibit <= pcs_inhib:
  210. if CloStyle ! 5:
  211. if cats_dress_s[i] = 0 and cats_dress_h[i] > 0 and cats_dress_b[i] >= (pcs_hips - 8) and cats_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_dress'', <<i>>"><img src="images/pc/items/cats/dress/<<i>>.jpg" height="250" /></a>'
  212. else
  213. if cats_dress_s[i] = 0 and cats_dress_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_dress'', <<i>>"><img src="images/pc/items/cats/dress/<<i>>.jpg" height="250" /></a>'
  214. end
  215. end
  216. end
  217. i += 1
  218. if i <= ARRSIZE('cats_dress'):jump 'loopcats_dress'
  219. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  220. end
  221. if $ARGS[1] = 'flamingos':
  222. *clr & cla
  223. $ward_list_store = $ARGS[1]
  224. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  225. '<center><img src="images/locations/city/island/flamingos/shop_name.png"></center>'
  226. *nl
  227. '<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>'
  228. *nl
  229. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  230. *nl
  231. i = 1
  232. :loopflamingos_outfits
  233. if flamingos_outfits[i] = 1:
  234. gs 'clothing_attributes', 'flamingos_outfits', i
  235. if CloInhibit <= pcs_inhib:
  236. if CloStyle ! 5:
  237. if flamingos_outfits_s[i] = 0 and flamingos_outfits_h[i] > 0 and flamingos_outfits_b[i] >= (pcs_hips - 8) and flamingos_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_outfits'', <<i>>"><img src="images/pc/items/flamingos/outfits/<<i>>.jpg" height="250" /></a>'
  238. else
  239. if flamingos_outfits_s[i] = 0 and flamingos_outfits_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_outfits'', <<i>>"><img src="images/pc/items/flamingos/outfits/<<i>>.jpg" height="250" /></a>'
  240. end
  241. end
  242. end
  243. i += 1
  244. if i <= ARRSIZE('flamingos_outfits'):jump 'loopflamingos_outfits'
  245. i = 1
  246. :loopflamingos_dress
  247. if flamingos_dress[i] = 1:
  248. gs 'clothing_attributes', 'flamingos_dress', i
  249. if CloInhibit <= pcs_inhib:
  250. if CloStyle ! 5:
  251. if flamingos_dress_s[i] = 0 and flamingos_dress_h[i] > 0 and flamingos_dress_b[i] >= (pcs_hips - 8) and flamingos_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_dress'', <<i>>"><img src="images/pc/items/flamingos/dress/<<i>>.jpg" height="250" /></a>'
  252. else
  253. if flamingos_dress_s[i] = 0 and flamingos_dress_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_dress'', <<i>>"><img src="images/pc/items/flamingos/dress/<<i>>.jpg" height="250" /></a>'
  254. end
  255. end
  256. end
  257. i += 1
  258. if i <= ARRSIZE('flamingos_dress'):jump 'loopflamingos_dress'
  259. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  260. end
  261. if $ARGS[1] = 'coco':
  262. *clr & cla
  263. $ward_list_store = $ARGS[1]
  264. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  265. '<center><img src="images/locations/pavlovsk/coco/shop_name.png"></center>'
  266. *nl
  267. '<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>'
  268. *nl
  269. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  270. *nl
  271. i = 1
  272. :loopcoco_outfit
  273. if coco_outfits[i] = 1:
  274. gs 'clothing_attributes', 'coco_outfits', i
  275. if CloInhibit <= pcs_inhib:
  276. if CloStyle ! 5:
  277. if coco_outfits_s[i] = 0 and coco_outfits_h[i] > 0 and coco_outfits_b[i] >= (pcs_hips - 8) and coco_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_outfits'', <<i>>"><img src="images/pc/items/coco/outfits/<<i>>.jpg" height="250" /></a>'
  278. else
  279. if coco_outfits_s[i] = 0 and coco_outfits_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_outfits'', <<i>>"><img src="images/pc/items/coco/outfits/<<i>>.jpg" height="250" /></a>'
  280. end
  281. end
  282. end
  283. i += 1
  284. if i <= ARRSIZE('coco_outfits'):jump 'loopcoco_outfit'
  285. i = 1
  286. :loopcoco_dress
  287. if coco_dress[i] = 1:
  288. gs 'clothing_attributes', 'coco_dress', i
  289. if CloInhibit <= pcs_inhib:
  290. if CloStyle ! 5:
  291. if coco_dress_s[i] = 0 and coco_dress_h[i] > 0 and coco_dress_b[i] >= (pcs_hips - 8) and coco_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_dress'', <<i>>"><img src="images/pc/items/coco/dress/<<i>>.jpg" height="250" /></a>'
  292. else
  293. if coco_dress_s[i] = 0 and coco_dress_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_dress'', <<i>>"><img src="images/pc/items/coco/dress/<<i>>.jpg" height="250" /></a>'
  294. end
  295. end
  296. end
  297. i += 1
  298. if i <= ARRSIZE('coco_dress'):jump 'loopcoco_dress'
  299. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  300. end
  301. if $ARGS[1] = 'fashionista':
  302. *clr & cla
  303. $ward_list_store = $ARGS[1]
  304. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  305. '<center><img src="images/locations/city/citycenter/mall/fashionista.png"></center>'
  306. *nl
  307. '<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>'
  308. *nl
  309. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  310. *nl
  311. i = 1
  312. :loopfashionista
  313. if fashionista[i] = 1:
  314. gs 'clothing_attributes', 'fashionista', i
  315. if CloInhibit <= pcs_inhib:
  316. if CloStyle ! 5:
  317. if fashionista_s[i] = 0 and fashionista_h[i] > 0 and fashionista_b[i] >= (pcs_hips - 8) and fashionista_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''fashionista'', <<i>>"><img src="images/pc/items/fashionista/dress/<<i>>.jpg" height="250" /></a>'
  318. else
  319. if fashionista_s[i] = 0 and fashionista_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''fashionista'', <<i>>"><img src="images/pc/items/fashionista/dress/<<i>>.jpg" height="250" /></a>'
  320. end
  321. end
  322. end
  323. i += 1
  324. if i <= ARRSIZE('fashionista'):jump 'loopfashionista'
  325. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  326. end
  327. if $ARGS[1] = 'moncheri':
  328. *clr & cla
  329. $ward_list_store = $ARGS[1]
  330. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  331. '<center><img src="images/locations/city/citycenter/mall/moncheri.png"></center>'
  332. *nl
  333. '<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>'
  334. *nl
  335. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  336. *nl
  337. i = 1
  338. :loopmoncheri_gown
  339. if moncheri_gown[i] = 1:
  340. gs 'clothing_attributes', 'moncheri_gown', i
  341. if CloInhibit <= pcs_inhib:
  342. if moncheri_gown_s[i] = 0 and moncheri_gown_h[i] > 0 and moncheri_gown_b[i] >= (pcs_hips - 8) and moncheri_gown_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''moncheri_gown'', <<i>>"><img src="images/pc/items/moncheri/gown/<<i>>.jpg" height="250" /></a>'
  343. end
  344. end
  345. i += 1
  346. if i <= ARRSIZE('moncheri_gown'):jump 'loopmoncheri_gown'
  347. i = 1
  348. :loopmoncheri_dress
  349. if moncheri_dress[i] = 1:
  350. gs 'clothing_attributes', 'moncheri_dress', i
  351. if CloInhibit <= pcs_inhib:
  352. if moncheri_dress_s[i] = 0 and moncheri_dress_h[i] > 0 and moncheri_dress_b[i] >= (pcs_hips - 8) and moncheri_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''moncheri_dress'', <<i>>"><img src="images/pc/items/moncheri/dress/<<i>>.jpg" height="250" /></a>'
  353. end
  354. end
  355. i += 1
  356. if i <= ARRSIZE('moncheri_dress'):jump 'loopmoncheri_dress'
  357. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  358. end
  359. if $ARGS[1] = 'scandalicious':
  360. *clr & cla
  361. $ward_list_store = $ARGS[1]
  362. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  363. '<center><img src="images/locations/city/citycenter/mall/scandalicious.png"></center>'
  364. *nl
  365. '<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>'
  366. *nl
  367. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  368. *nl
  369. i = 1
  370. :loopscandalicious_outfits
  371. if scandalicious_outfits[i] = 1:
  372. gs 'clothing_attributes', 'scandalicious_outfits', i
  373. if CloInhibit <= pcs_inhib:
  374. if CloStyle ! 5:
  375. if scandalicious_outfits_s[i] = 0 and scandalicious_outfits_h[i] > 0 and scandalicious_outfits_b[i] >= (pcs_hips - 8) and scandalicious_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''scandalicious_outfits'', <<i>>"><img src="images/pc/items/scandalicious/outfits/<<i>>.jpg" height="250" /></a>'
  376. else
  377. if scandalicious_outfits_s[i] = 0 and scandalicious_outfits_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''scandalicious_outfits'', <<i>>"><img src="images/pc/items/scandalicious/outfits/<<i>>.jpg" height="250" /></a>'
  378. end
  379. end
  380. end
  381. i += 1
  382. if i <= ARRSIZE('scandalicious_outfits'):jump 'loopscandalicious_outfits'
  383. i = 1
  384. :loopscandalicious_dress
  385. if scandalicious_dress[i] = 1:
  386. gs 'clothing_attributes', 'scandalicious_dress', i
  387. if CloInhibit <= pcs_inhib:
  388. if CloStyle ! 5:
  389. if scandalicious_dress_s[i] = 0 and scandalicious_dress_h[i] > 0 and scandalicious_dress_b[i] >= (pcs_hips - 8) and scandalicious_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''scandalicious_dress'', <<i>>"><img src="images/pc/items/scandalicious/dress/<<i>>.jpg" height="250" /></a>'
  390. else
  391. if scandalicious_dress_s[i] = 0 and scandalicious_dress_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''scandalicious_dress'', <<i>>"><img src="images/pc/items/scandalicious/dress/<<i>>.jpg" height="250" /></a>'
  392. end
  393. end
  394. end
  395. i += 1
  396. if i <= ARRSIZE('scandalicious_dress'):jump 'loopscandalicious_dress'
  397. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  398. end
  399. if $ARGS[1] = 'fancypancy':
  400. *clr & cla
  401. $ward_list_store = $ARGS[1]
  402. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  403. '<center><img src="images/locations/oldtown/fancypancy/shop_name.png"></center>'
  404. *nl
  405. '<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>'
  406. *nl
  407. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  408. *nl
  409. i = 1
  410. :loopburlesque
  411. if fancy_burlesque[i] = 1:
  412. gs 'clothing_attributes', 'fancy_burlesque', i
  413. if CloInhibit <= pcs_inhib:
  414. if fancy_burlesque_s[i] = 0 and fancy_burlesque_h[i] > 0 and fancy_burlesque_b[i] >= (pcs_hips - 8) and fancy_burlesque_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''fancy_burlesque'', <<i>>"><img src="images/pc/items/fancy/burlesque/<<i>>.jpg" height="250" /></a>'
  415. end
  416. end
  417. i += 1
  418. if i <= ARRSIZE('fancy_burlesque'):jump 'loopburlesque'
  419. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  420. end
  421. if $ARGS[1] = 'sexshop':
  422. *clr & cla
  423. $ward_list_store = $ARGS[1]
  424. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  425. '<center><img src="images/locations/city/citycenter/sexshop/shop_name.png"></center>'
  426. *nl
  427. '<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>'
  428. *nl
  429. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  430. *nl
  431. i = 1
  432. :looperoto_dress
  433. if eroto_dress[i] = 1:
  434. gs 'clothing_attributes', 'eroto_dress', i
  435. if CloInhibit <= pcs_inhib:
  436. if eroto_dress_s[i] = 0 and eroto_dress_h[i] > 0 and eroto_dress_b[i] >= (pcs_hips - 8) and eroto_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''eroto_dress'', <<i>>"><img src="images/pc/items/eroto/dress/<<i>>.jpg" height="250" /></a>'
  437. end
  438. end
  439. i += 1
  440. if i <= ARRSIZE('eroto_dress'):jump 'looperoto_dress'
  441. i = 1
  442. :looperoto_outfits
  443. if eroto_outfits[i] = 1:
  444. gs 'clothing_attributes', 'eroto_outfits', i
  445. if CloInhibit <= pcs_inhib:
  446. if eroto_outfits_s[i] = 0 and eroto_outfits_h[i] > 0 and eroto_outfits_b[i] >= (pcs_hips - 8) and eroto_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''eroto_outfits'', <<i>>"><img src="images/pc/items/eroto/outfits/<<i>>.jpg" height="250" /></a>'
  447. end
  448. end
  449. i += 1
  450. if i <= ARRSIZE('eroto_outfits'):jump 'looperoto_outfits'
  451. i = 1
  452. :looperoto_strip
  453. if eroto_strip[i] = 1:
  454. gs 'clothing_attributes', 'eroto_strip', i
  455. if CloInhibit <= pcs_inhib:
  456. if eroto_strip_s[i] = 0 and eroto_strip_h[i] > 0 and eroto_strip_b[i] >= (pcs_hips - 8) and eroto_strip_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''eroto_strip'', <<i>>"><img src="images/pc/items/eroto/strip/<<i>>.jpg" height="250" /></a>'
  457. end
  458. end
  459. i += 1
  460. if i <= ARRSIZE('eroto_strip'):jump 'looperoto_strip'
  461. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  462. end
  463. if $ARGS[1] = 'exhibitshop':
  464. *clr & cla
  465. $ward_list_store = $ARGS[1]
  466. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  467. '<center><img src="images/locations/oldtown/exhibitshop/shop_name.png"></center>'
  468. *nl
  469. '<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>'
  470. *nl
  471. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  472. *nl
  473. i = 1
  474. :loopsalacious_dress
  475. if salacious_dress[i] = 1:
  476. gs 'clothing_attributes', 'salacious_dress', i
  477. if CloInhibit <= pcs_inhib:
  478. if salacious_dress_s[i] = 0 and salacious_dress_h[i] > 0 and salacious_dress_b[i] >= (pcs_hips - 8) and salacious_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''salacious_dress'', <<i>>"><img src="images/pc/items/salacious/dress/<<i>>.jpg" height="250" /></a>'
  479. end
  480. end
  481. i += 1
  482. if i <= ARRSIZE('salacious_dress'):jump 'loopsalacious_dress'
  483. i = 1
  484. :loopsalacious_outfits
  485. if salacious_outfits[i] = 1:
  486. gs 'clothing_attributes', 'salacious_outfits', i
  487. if CloInhibit <= pcs_inhib:
  488. if salacious_outfits_s[i] = 0 and salacious_outfits_h[i] > 0 and salacious_outfits_b[i] >= (pcs_hips - 8) and salacious_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''salacious_outfits'', <<i>>"><img src="images/pc/items/salacious/outfits/<<i>>.jpg" height="250" /></a>'
  489. end
  490. end
  491. i += 1
  492. if i <= ARRSIZE('salacious_outfits'):jump 'loopsalacious_outfits'
  493. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  494. end
  495. if $ARGS[1] = 'dolls':
  496. *clr & cla
  497. $ward_list_store = $ARGS[1]
  498. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  499. '<center><img src="images/locations/city/island/dolls/shop_name.png"></center>'
  500. *nl
  501. '<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>'
  502. *nl
  503. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  504. *nl
  505. i = 1
  506. :loopdolls_outfits
  507. if dolls_outfits[i] = 1:
  508. gs 'clothing_attributes', 'dolls_outfits', i
  509. if CloInhibit <= pcs_inhib:
  510. if CloStyle ! 5:
  511. if dolls_outfits_s[i] = 0 and dolls_outfits_h[i] > 0 and dolls_outfits_b[i] >= (pcs_hips - 8) and dolls_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_outfits'', <<i>>"><img src="images/pc/items/dolls/outfits/<<i>>.jpg" height="250" /></a>'
  512. else
  513. if dolls_outfits_s[i] = 0 and dolls_outfits_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_outfits'', <<i>>"><img src="images/pc/items/dolls/outfits/<<i>>.jpg" height="250" /></a>'
  514. end
  515. end
  516. end
  517. i += 1
  518. if i <= ARRSIZE('dolls_outfits'):jump 'loopdolls_outfits'
  519. i = 1
  520. :loopdolls_dress
  521. if dolls_dress[i] = 1:
  522. gs 'clothing_attributes', 'dolls_dress', i
  523. if CloInhibit <= pcs_inhib:
  524. if CloStyle ! 5:
  525. if dolls_dress_s[i] = 0 and dolls_dress_h[i] > 0 and dolls_dress_b[i] >= (pcs_hips - 8) and dolls_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_dress'', <<i>>"><img src="images/pc/items/dolls/dress/<<i>>.jpg" height="250" /></a>'
  526. else
  527. if dolls_dress_s[i] = 0 and dolls_dress_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_dress'', <<i>>"><img src="images/pc/items/dolls/dress/<<i>>.jpg" height="250" /></a>'
  528. end
  529. end
  530. end
  531. i += 1
  532. if i <= ARRSIZE('dolls_dress'):jump 'loopdolls_dress'
  533. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  534. end
  535. if $ARGS[1] = 'bomba':
  536. *clr & cla
  537. $ward_list_store = $ARGS[1]
  538. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  539. '<center><img src="images/locations/oldtown/bomba/shop_name.png"></center>'
  540. *nl
  541. '<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>'
  542. *nl
  543. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  544. *nl
  545. i = 1
  546. :loopbomba_outfits
  547. if bomba_outfits[i] = 1:
  548. gs 'clothing_attributes', 'bomba_outfits', i
  549. if CloInhibit <= pcs_inhib:
  550. if CloStyle ! 5:
  551. if bomba_outfits_s[i] = 0 and bomba_outfits_h[i] > 0 and bomba_outfits_b[i] >= (pcs_hips - 8) and bomba_outfits_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''bomba_outfits'', <<i>>"><img src="images/pc/items/bomba/goth_outfits/<<i>>.jpg" height="250" /></a>'
  552. else
  553. if bomba_outfits_s[i] = 0 and bomba_outfits_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''bomba_outfits'', <<i>>"><img src="images/pc/items/bomba/goth_outfits/<<i>>.jpg" height="250" /></a>'
  554. end
  555. end
  556. end
  557. i += 1
  558. if i <= ARRSIZE('bomba_outfits'):jump 'loopbomba_outfits'
  559. i = 1
  560. :loopbomba_dress
  561. if bomba_dress[i] = 1:
  562. gs 'clothing_attributes', 'bomba_dress', i
  563. if CloInhibit <= pcs_inhib:
  564. if CloStyle ! 5:
  565. if bomba_dress_s[i] = 0 and bomba_dress_h[i] > 0 and bomba_dress_b[i] >= (pcs_hips - 8) and bomba_dress_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''bomba_dress'', <<i>>"><img src="images/pc/items/bomba/goth_dress/<<i>>.jpg" height="250" /></a>'
  566. else
  567. if bomba_dress_s[i] = 0 and bomba_dress_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''bomba_dress'', <<i>>"><img src="images/pc/items/bomba/goth_dress/<<i>>.jpg" height="250" /></a>'
  568. end
  569. end
  570. end
  571. i += 1
  572. if i <= ARRSIZE('bomba_dress'):jump 'loopbomba_dress'
  573. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  574. end
  575. if $ARGS[1] = 'sports':
  576. *clr & cla
  577. $ward_list_store = $ARGS[1]
  578. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  579. '<center><img src="images/locations/city/citycenter/mall/sports.png"></center>'
  580. *nl
  581. '<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>'
  582. *nl
  583. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  584. *nl
  585. i = 1
  586. :loopdanilovich
  587. if danilovich[i] = 1:
  588. gs 'clothing_attributes', 'danilovich_outfits', i
  589. if CloInhibit <= pcs_inhib:
  590. if danilovich_s[i] = 0 and danilovich_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''danilovich'', <<i>>"><img src="images/pc/items/danilovich/outfits/<<i>>.jpg" height="250" /></a>'
  591. end
  592. end
  593. i += 1
  594. if i <= ARRSIZE('danilovich'):jump 'loopdanilovich'
  595. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  596. end
  597. if $ARGS[1] = 'market':
  598. *clr & cla
  599. $ward_list_store = $ARGS[1]
  600. '<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
  601. '<center>Clothing from the market</center>'
  602. *nl
  603. '<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>'
  604. *nl
  605. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  606. *nl
  607. i = 1
  608. :loopmarket_outfits
  609. if market_outfits[i] = 1:
  610. gs 'clothing_attributes', 'market_outfits', i
  611. if CloInhibit <= pcs_inhib:
  612. if market_outfits_s[i] = 0 and market_outfits_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''market_outfits'', <<i>>"><img src="images/pc/items/market/clothing/<<i>>.jpg" height="250" /></a>'
  613. end
  614. end
  615. i += 1
  616. if i <= ARRSIZE('market_outfits'):jump 'loopmarket_outfits'
  617. act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
  618. end
  619. if $clothingworntype ! 'nude':
  620. act 'Strip':gt 'clothing_QV', 'strip'
  621. end
  622. end
  623. if $ARGS[0] = 'gym':
  624. if $regularwornclothingtype = '':
  625. $regularwornclothingtype = $clothingworntype
  626. regularwornclothingnumber = clothingwornnumber
  627. end
  628. '<center><img src="images/locations/city/citycenter/mall/sports.png"></center>'
  629. i = 1
  630. :loopdanilovich2
  631. if danilovich[i] = 1:
  632. gs 'clothing_attributes', 'danilovich_outfits', i
  633. if CloInhibit <= pcs_inhib:
  634. if danilovich_s[i] = 0 and danilovich_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''danilovich'', <<i>>"><img src="images/pc/clothing/7danilovich/<<i>>.jpg" height="250" /></a>'
  635. end
  636. end
  637. i += 1
  638. if i <= ARRSIZE('danilovich'):jump 'loopdanilovich2'
  639. act 'Return': gt $loc, $loc_arg
  640. if $clothingworntype ! $regularwornclothingtype: gs 'clothing_QV', 'gym2'
  641. if $clothingworntype ! 'nude':
  642. act 'Strip':gt 'clothing_QV', 'strip'
  643. end
  644. end
  645. if $ARGS[0] = 'gym2':
  646. act 'Change back into your regular clothes':
  647. $clothingworntype = $regularwornclothingtype
  648. clothingwornnumber = regularwornclothingnumber
  649. killvar '$regularwornclothingtype'
  650. killvar 'regularwornclothingnumber'
  651. gt 'clothing_QV', 'gym'
  652. end
  653. end
  654. if $ARGS[0] = 'cloak':
  655. i = 1
  656. :loopcoat
  657. if coat[i] = 1:
  658. if coat_h[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coat'', <<i>>"><img src="images/pc/clothing/11coat/<<i>>.jpg" height="250" /></a>'
  659. end
  660. i += 1
  661. if i <= ARRSIZE('coat'):jump 'loopcoat'
  662. end
  663. if $ARGS[0] = 'strip':
  664. if $pantyworntype ! 'none':
  665. '<center><img src="images/pc/body/nude.jpg"></center>'
  666. '<center>You strip down to your panties.</center>'
  667. else
  668. '<center><img src="images/pc/body/nude1.jpg"></center>'
  669. '<center>You strip completely naked.</center>'
  670. end
  671. gs 'clothing', 'strip'
  672. act 'Choose something to wear':
  673. if $regularwornclothingtype = '':
  674. gt 'clothing_QV', 'list'
  675. else
  676. gt 'clothing_QV', 'gym'
  677. end
  678. end
  679. act 'Leave': gt $loc, $loc_arg
  680. end
  681. if $ARGS[0] = 'change':
  682. *clr
  683. cla
  684. $swimwear_description = ''
  685. gs 'clothing_attributes', $ARGS[1], ARGS[2]
  686. '<center><img src="<<FUNC(''$clothing_image'', $ARGS[1], ARGS[2])>>"></center>'
  687. if $ARGS[1] = 'misc_outfits' and ARGS[2] = 1:
  688. 'A hessian sack the hunters gave you.'
  689. else
  690. $RESULT = FUNC('$short_description', $ARGS[1], CloStyle2)
  691. $RESULT += '<<ARGS[2]>>'
  692. '<<$RESULT>>'
  693. if $swimwear_description = '':
  694. gs 'clothing_descriptions'
  695. '<<$description>>'
  696. else
  697. $swimwear_description
  698. end
  699. end
  700. if CloBimbo = 1 and cheatBimbo = 0:'This item is considered bimbo clothing.'
  701. if CloStyle = 4:'This outfit can be used for prostitution.'
  702. !!CloStyle2: 1 Maid, 2 Server, 3 Stripper, 4 School
  703. if CloStyle2 = 1: 'This is a maid outfit.'
  704. if CloStyle2 = 2: 'This outfit is a server uniform.'
  705. if CloStyle2 = 3: 'This outfit is a stripper uniform, suitable for jobs that require one.'
  706. if CloStyle2 = 4:
  707. if CloInhibit <= 10:
  708. '<font color="blue">This uniform is very conservative. Only the nerds would approve of you wearing it.</font>'
  709. elseif CloSkirt < 5 and CloThinness < 5 and CloBra = 0:
  710. if CloQuality = 4:
  711. '<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>'
  712. else
  713. '<font color="blue">This uniform complies with the school regulations on skirt length. Nobody in school would be offended by you wearing it.</font>'
  714. end
  715. elseif CloSkirt = 5 and CloThinness < 5 and CloBra = 0:
  716. if CloQuality = 4:
  717. '<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>'
  718. else
  719. '<font color="blue">This uniform slightly breaches the school regulations on skirt length. The gopnik would approve of you wearing it.</font>'
  720. end
  721. else
  722. '<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>'
  723. end
  724. end
  725. act 'Return':gt 'clothing_QV', 'list', '<<$ward_list_store>>'
  726. if $clothingworntype = $ARGS[1] and clothingwornnumber = ARGS[2]:
  727. 'You are wearing this outfit.'
  728. elseif CloInhibit > pcs_inhib:
  729. 'You don''t feel confident enough to wear an outfit this revealing.'
  730. elseif ARRPOS('$CloLosTyp', $ARGS[1]) ! -1 and ARRPOS('CloLosNum',ARGS[2]) ! -1 :
  731. 'You lost these clothes somewhere, maybe you can find them again?.'
  732. else
  733. if CloInhibit > 10:
  734. if CloInhibit + 10 > pcs_inhib: 'You find this outfit more revealing than you are completely comfortable with but that makes it quite exciting too.'
  735. end
  736. act 'Wear this outfit':
  737. gs 'clothing', 'wear', $ARGS[1], ARGS[2]
  738. if $regularwornclothingtype = '':
  739. gt 'wardrobe', 'start'
  740. else
  741. gt 'clothing_QV', 'gym'
  742. end
  743. end
  744. end
  745. end
  746. if $ARGS[0] = 'shop_header':
  747. $Headerstring = '<TH>Sort by quality '
  748. if clothingfilter['quality'] = 0:
  749. $Headerstring += '<a href="exec:clothingfilter[''quality''] = 1 & gt $loc, $loc_arg">High - Low</a></TH>'
  750. else
  751. $Headerstring += '<a href="exec:clothingfilter[''quality''] = 0 & gt $loc, $loc_arg">Random</a></TH>'
  752. end
  753. $Headerstring += '<TH>Prostitute clothing '
  754. if clothingfilter_prost = 0:
  755. $Headerstring += '<a href="exec:clothingfilter_prost = 1 & gt $loc, $loc_arg">Included</a></TH>'
  756. else
  757. $Headerstring += '<a href="exec:clothingfilter_prost = 0 & gt $loc, $loc_arg">Excluded</a></TH>'
  758. end
  759. $Headerstring += '<TH>Bimbo clothing '
  760. if clothingfilter_bimbo = 0:
  761. $Headerstring += '<a href="exec:clothingfilter_bimbo = 1 & gt $loc, $loc_arg">Included</a></TH>'
  762. else
  763. $Headerstring += '<a href="exec:clothingfilter_bimbo = 0 & gt $loc, $loc_arg">Excluded</a></TH>'
  764. end
  765. $Headerstring += '<TH>Neither Prostitute or Bimbo clothing '
  766. if clothingfilter_norm = 0:
  767. $Headerstring += '<a href="exec:clothingfilter_norm = 1 & gt $loc, $loc_arg">Included</a></TH>'
  768. else
  769. $Headerstring += '<a href="exec:clothingfilter_norm = 0 & gt $loc, $loc_arg">Excluded</a></TH>'
  770. end
  771. $Headerstring += '<TH>Clothing you don''t find risqué '
  772. if clothingfilter_comf = 0:
  773. $Headerstring += '<a href="exec:clothingfilter_comf = 1 & gt $loc, $loc_arg">Included</a></TH>'
  774. else
  775. $Headerstring += '<a href="exec:clothingfilter_comf = 0 & gt $loc, $loc_arg">Excluded</a></TH>'
  776. end
  777. $Headerstring += '<TH>Risqué clothing '
  778. if clothingfilter_daring = 0:
  779. $Headerstring += '<a href="exec:clothingfilter_daring = 1 & gt $loc, $loc_arg">Included</a></TH>'
  780. else
  781. $Headerstring += '<a href="exec:clothingfilter_daring = 0 & gt $loc, $loc_arg">Excluded</a></TH>'
  782. end
  783. $Headerstring += '<TH>Clothing too risqué for you '
  784. if clothingfilter_too_daring = 0:
  785. $Headerstring += '<a href="exec:clothingfilter_too_daring = 1 & gt $loc, $loc_arg">Included</a></TH>'
  786. else
  787. $Headerstring += '<a href="exec:clothingfilter_too_daring = 0 & gt $loc, $loc_arg">Excluded</a></TH>'
  788. end
  789. '<center><table border=1><<$Headerstring>></table></center>'
  790. end
  791. if $ARGS[0] = 'shop_filter':
  792. 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):
  793. clothingfilter_risk = 1
  794. else
  795. clothingfilter_risk = 0
  796. end
  797. if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0):
  798. clothingfilter_pandb = 1
  799. else
  800. clothingfilter_pandb = 0
  801. end
  802. if clothingfilter_norm = 1 and CloStyle ! 4 and CloBimbo ! 1:
  803. clothingfilter_norm2 = 0
  804. else
  805. clothingfilter_norm2 = 1
  806. end
  807. end
  808. --- clothing_QV ---------------------------------