wardrobe.qsrc 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. # wardrobe
  2. if $ARGS[0] = 'start':
  3. if $wardrobeDefaultPagePref = '': $wardrobeDefaultPagePref = 'default1'
  4. killvar 'clothingfilter'
  5. '<center><font color="maroon">Please select an option</font></center>'
  6. *nl
  7. *nl
  8. *nl
  9. !! current outfit
  10. '<center><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png" height="150"></a></center>'
  11. *nl
  12. *nl
  13. *nl
  14. !! Clothing sets
  15. '<center><a href="exec:gt ''wardrobe'', $wloc"><img src="images/system/icons/clothing/default.png" height="150"></a></center>'
  16. *nl
  17. *nl
  18. *nl
  19. !! outfit list
  20. '<center><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="150"></a></center>'
  21. if $pursepantytype ! '' or $pursebratype ! '':
  22. '<center><b>You put the '+iif($pursepantytype ! '','panties','')+iif($pursepantytype ! '' and $pursebratype ! '',' and ','')+iif($pursebratype ! '','bra','')+' from your purse back in the wardrobe.</b></center><br>'
  23. killvar '$pursepantytype' & killvar 'pursepantynumber'
  24. killvar '$pursebratype' & killvar 'pursebranumber'
  25. end
  26. if $wardrobeDefaultPagePref = 'currentOutfit':
  27. gt 'wardrobe', 'main'
  28. elseif $wardrobeDefaultPagePref = 'viewClothing':
  29. gt 'clothing', 'view_clothing_list', 'wardrobe'
  30. elseif $wardrobeDefaultPagePref ! '':
  31. gt 'wardrobe', $wardrobeDefaultPagePref
  32. end
  33. act 'Return': gt $loc, $loc_arg
  34. act 'Current outfit': gt 'wardrobe', 'main'
  35. act 'Saved outfit sets':
  36. if $wardrobeDefaultPagePref ! 'currentOutfit' and $wardrobeDefaultPagePref ! 'viewClothing':
  37. gt 'wardrobe', $wardrobeDefaultPagePref
  38. else
  39. gt 'wardrobe', $wloc
  40. end
  41. end
  42. act 'Open wardrobe': gt 'clothing', 'view_clothing_list'
  43. end
  44. if $ARGS[0] = 'main':
  45. PShoQuality = ShoQuality
  46. PShoHeels = ShoHeels
  47. PShoCut = ShoCut
  48. PShoStyle = ShoStyle
  49. default_sport_number[1] = 0
  50. menu_off = 1
  51. gs 'stat'
  52. if CloBra = 1: gs 'bras', 'remove'
  53. if CloPanties = 1: gs 'panties','remove'
  54. if $sports_clothing_name = '':$sports_clothing_name = 'default sports outfit'
  55. if $clothingworntype = 'misc_outfits' and clothingwornnumber = '1':
  56. gs 'clothing', 'swamp_clothes', 0
  57. gs 'clothing', 'strip'
  58. end
  59. if ward_img_hgt = 0:ward_img_hgt = 150
  60. '<center><table><TH><b>Your Clothes</b></TH><TH><a href="exec:gt ''wardrobe'', $wloc"><img src="images/system/icons/clothing/default.png" height="50"></a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="50"></a></TH></table></center>'
  61. if $wardrobeDefaultPagePref = 'currentOutfit':
  62. $wardrobeSetDefault = '<a href="exec: killvar ''$wardrobeDefaultPagePref'' & gt ''wardrobe'', ''main''">Remove saved default wardrobe page</a>'
  63. else
  64. $wardrobeSetDefault = '<a href="exec: $wardrobeDefaultPagePref = ''currentOutfit'' & gt ''wardrobe'', ''main''">Set here as default wardrobe page</a>'
  65. end
  66. '<center><<$wardrobeSetDefault>></center>'
  67. killvar '$wardrobeSetDefault'
  68. if $pursepantytype ! '' or $pursebratype ! '':
  69. '<center>You put the '+iif($pursepantytype ! '','panties','')+iif($pursepantytype ! '' and $pursebratype ! '',' and ','')+iif($pursebratype ! '','bra','')+' from your purse back in the wardrobe.</center><br>'
  70. killvar '$pursepantytype' & killvar 'pursepantynumber'
  71. killvar '$pursebratype' & killvar 'pursebranumber'
  72. end
  73. '<center><font color="maroon">These are the clothes you are currently wearing - Click on an item to change it</font></center><center><table border=0 cellspacing=<<ward_img_hgt/25>> cellpadding=5>'
  74. if underwear['type'] = 0:
  75. *p '<TH>Bra worn</TH><TH>Outfit worn</TH><TH>Coat (only worn outside when cold)</TH>'
  76. *P '<TR><TD><center><a href="exec:gt ''wardrobe'', ''underwear_options'', ''bra''"><img Height = <<ward_img_hgt>> src="<<FUNC(''$body_image'',''bra'')>>"></a></center></TD><TD><center><a href="exec:gt ''clothing_QV'', ''list''"><img Height = <<ward_img_hgt * 2>> src="<<FUNC(''$body_image'',''clothes'')>>"></a></center></TD><TD><center>'
  77. else
  78. *p '<TH>Bodysuit worn</TH><TH>Outfit worn</TH><TH>Coat (only worn outside when cold)</TH>'
  79. *P '<TR><TD ROWSPAN=4><center><a href="exec:gt ''wardrobe'', ''underwear_options'', ''full''"><img Height = <<ward_img_hgt>>*2 src="<<FUNC(''$body_image'',''bodysuit'')>>"></a></center></TD><TD><center><a href="exec:gt ''clothing_QV'', ''list''"><img Height = <<ward_img_hgt * 2>> src="<<FUNC(''$body_image'',''clothes'')>>"></a></center></TD><TD><center>'
  80. end
  81. if $coatworntype = 'none':
  82. '<a href="exec:gt ''coats'', ''view_coat_list'', ''wardrobe''">Search the wardrobe</a>'
  83. else
  84. '<a href="exec:gt ''coats'', ''view_coat_list'', ''wardrobe''"><img Height = <<ward_img_hgt * 2>> src="<<FUNC(''$body_image'', ''coat'')>>"></a>'
  85. end
  86. if underwear['type'] = 0:
  87. '</center></TD><TR><TD><center>'
  88. if $braworntype ! 'none':
  89. '<a href="exec:gs ''bras'', ''remove'' & gt ''wardrobe'', ''main''">Remove</a>'
  90. else
  91. 'Remove'
  92. end
  93. '</center></TD><TD><center>'
  94. else
  95. '</center></TD><TR><TD><center>'
  96. end
  97. if $clothingworntype ! 'nude':
  98. '<a href="exec:gs ''clothing'', ''strip'' & gt ''wardrobe'', ''main''">Remove</a>'
  99. else
  100. 'Remove'
  101. end
  102. '</center></TD><TD><center>'
  103. if $coatworntype ! 'none':
  104. '<a href="exec:gs ''coats'', ''remove'' & gt ''wardrobe'', ''main''">Remove</a>'
  105. else
  106. 'Remove'
  107. end
  108. '</center></TD>'
  109. if underwear['type'] = 0:
  110. *p '<TR><TH>Panties worn</TH><TH>Shoes (Only worn outside)</TH><TH>Purse worn</TH>'
  111. *P '<TR><TD><center><a href="exec:gt ''wardrobe'', ''underwear_options'', ''panties''"><img Height = <<ward_img_hgt>> src="<<FUNC(''$body_image'',''panties'')>>"></a></center></TD><TD><center><a href="exec:gt ''shoes'', ''view_shoe_list'', ''wardrobe''"><img Height = <<ward_img_hgt>> src="<<FUNC(''$body_image'', ''shoes'')>>"></a></center></TD><TD><center>'
  112. else
  113. *p '<TR><TH>Shoes (Only worn outside)</TH><TH>Purse worn</TH>'
  114. *P '<TR><TD><center><a href="exec:gt ''shoes'', ''view_shoe_list'', ''wardrobe''"><img Height = <<ward_img_hgt>> src="<<FUNC(''$body_image'', ''shoes'')>>"></a></center></TD><TD><center>'
  115. end
  116. if bag = 1:
  117. '<a href="exec:gt ''purses'', ''view_purse_list'',''wardrobe''"><img Height = <<ward_img_hgt>> src="<<FUNC(''$purse_image'', $currentpursetype, currentpursenumber)>>"></a>'
  118. else
  119. '<a href="exec:gt ''purses'', ''view_purse_list'',''wardrobe''">Search the wardrobe</a>'
  120. end
  121. if underwear['type'] = 0:
  122. '</center></TD><TR><TD><center>'
  123. if $pantyworntype ! 'none':
  124. '<a href="exec:gs ''panties'', ''remove'' & gt ''wardrobe'', ''main''">Remove</a>'
  125. else
  126. 'Remove'
  127. end
  128. '</center></TD><TD><center>'
  129. else
  130. '</center></TD><TR><TD><center>'
  131. '<a href="exec:gs ''underwear_bodysuits'', ''remove'' & underwear[''type''] = 0 & gt ''wardrobe'', ''main''">Remove</a>'
  132. '</center></TD><TD><center>'
  133. end
  134. if $shoeworntype ! 'none':
  135. '<a href="exec:gs ''shoes'', ''strip'' & gt ''wardrobe'', ''main''">Remove</a>'
  136. else
  137. 'Remove'
  138. end
  139. '</center></TD><TD><center>'
  140. if bag = 1:
  141. '<a href="exec:gs ''purses'', ''remove'' & gt ''wardrobe'', ''main''">Remove</a>'
  142. else
  143. 'Remove'
  144. end
  145. '</center></TD><TR><TD><TD><center>'
  146. if ($clothingworntype ! 'nude' and ($coatworntype ! 'none' or bag > 0)) or ($coatworntype ! 'none' and bag > 0):
  147. '<a href="exec:gs ''wardrobe'', ''removeall'' & gt ''wardrobe'', ''main''">Remove all items</a>'
  148. else
  149. 'Remove all items'
  150. end
  151. *nl
  152. '<center><font color="grey">Save/load outfits with "Managed saved clothing sets".</font></center>'
  153. '<TD></center></TD></table></center>'
  154. act 'Close wardrobe': gt $loc, $loc_arg
  155. act 'Strip all clothing':
  156. gs 'bras', 'remove'
  157. gs 'clothing', 'strip'
  158. gs 'panties', 'remove'
  159. gs 'shoes', 'strip'
  160. gt 'wardrobe', 'main'
  161. end
  162. act 'Set image size for this view':
  163. ward_img_hgt = input("Enter height in pixels you want for images on this page <br>(Default 150, min 50, max 500)")
  164. if ward_img_hgt < 50:
  165. ward_img_hgt = 50
  166. elseif ward_img_hgt > 500:
  167. ward_img_hgt = 500
  168. end
  169. gt 'wardrobe', 'main'
  170. end
  171. end
  172. if $ARGS[0] = 'underwear_options':
  173. '<center><font color="maroon">Please select an option</font></center>'
  174. *nl
  175. *nl
  176. *nl
  177. '<center><a href="exec:gt ''underwear_bodysuits'', ''view_bodysuit_list'', ''wardrobe''"><img src="images/system/icons/clothing/bodysuits.png" height="150"></a></center>'
  178. if $ARGS[1] = 'bra' or $ARGS[1] = 'full':
  179. *nl
  180. *nl
  181. *nl
  182. '<center><a href="exec:gt ''bras'', ''view_bra_list'', ''wardrobe''"><img src="images/system/icons/clothing/bras.png" height="150"></a></center>'
  183. end
  184. if $ARGS[1] = 'panties' or $ARGS[1] = 'full':
  185. *nl
  186. *nl
  187. *nl
  188. '<center><a href="exec:gt ''panties'', ''view_panty_list'', ''wardrobe''"><img src="images/system/icons/clothing/panties.png" height="150"></a></center>'
  189. end
  190. act 'Return': gt 'wardrobe', 'main'
  191. end
  192. if $ARGS[0] = 'removeall':
  193. gs 'bras', 'remove'
  194. gs 'clothing', 'strip'
  195. gs 'panties', 'remove'
  196. gs 'shoes', 'strip'
  197. gs 'purses', 'remove'
  198. gs 'coats', 'remove'
  199. end
  200. !!---------------------------Oufit stuff----------------------------------
  201. $default_clothing_suma = {
  202. RESULT = defclothingnumber[ARGS[0]]+ defbranumber[ARGS[0]] + defpantynumber[ARGS[0]] + defshoenumber[ARGS[0]] + defpursenumber[ARGS[0]] + defcoatnumber[ARGS[0]]
  203. }
  204. $default_clothing_line = {
  205. !! a single line in a clothing list (wardrobe, etc)
  206. !! ARGS 0 - action type (wardrobe, sell, resize, store, forsale)
  207. !! ARGS 1 - clothing type
  208. !! ARGS 2 - clothing index
  209. gs 'themes', 'clothing', 1
  210. $RESULT = '<TR bgcolor='+$bgcolor+'>'
  211. $RESULT +='<TD><b><<$def_clothing_name[default_entry]>></b></TD>'
  212. if defclothingnumber[default_entry] = 0:
  213. $RESULT +='<TD><img width="100" src="images/pc/items/blank.jpg"></TD>'
  214. else
  215. $RESULT +='<TD><img width="100" src="<<FUNC(''$clothing_image'', $defclothingtype[default_entry], defclothingnumber[default_entry])>>"></TD>'
  216. end
  217. if defunderwear[default_entry] = 2:
  218. if defbodysuitnumber[default_entry] = 0:
  219. $RESULT +='<TD><img width="100" src="images/pc/items/blank.jpg"></TD>'
  220. else
  221. $RESULT +='<TD><img width="100" src="<<FUNC(''$pcs_outfit_image'', $defbodysuittype[default_entry]+''_bodysuits'', defbodysuitnumber[default_entry])>>"></TD>'
  222. end
  223. $RESULT +='<TD><img width="100" src="images/pc/items/blank.jpg"></TD>'
  224. else
  225. if defbranumber[default_entry] = 0:
  226. $RESULT +='<TD><img width="100" src="images/pc/items/blank.jpg"></TD>'
  227. else
  228. $RESULT +='<TD><img width="100" src="<<FUNC(''$bra_image'', $defbratype[default_entry], defbranumber[default_entry])>>"></TD>'
  229. end
  230. if defpantynumber[default_entry] = 0:
  231. $RESULT +='<TD><img width="100" src="images/pc/items/blank.jpg"></TD>'
  232. else
  233. $RESULT +='<TD><img width="100" src="<<FUNC(''$panty_image'', $defpantytype[default_entry], defpantynumber[default_entry])>>"></TD>'
  234. end
  235. end
  236. if defshoenumber[default_entry] = 0:
  237. $RESULT +='<TD><img width="100" src="images/pc/items/blank.jpg"></TD>'
  238. else
  239. $RESULT +='<TD><img width="100" src="<<FUNC(''$shoe_image'', $defshoetype[default_entry], defshoenumber[default_entry])>>"></TD>'
  240. end
  241. if defcoatnumber[default_entry] = 0:
  242. $RESULT +='<TD><img width="100" src="images/pc/items/blank.jpg"></TD>'
  243. else
  244. $RESULT +='<TD><img width="100" src="<<FUNC(''$coat_image'', $defcoattype[default_entry], defcoatnumber[default_entry])>>"</TD>'
  245. end
  246. if defpursenumber[default_entry] = 0:
  247. $RESULT +='<TD><img width="100" src="images/pc/items/blank.jpg"></TD>'
  248. else
  249. $RESULT +='<TD><img width="100" src="<<FUNC(''$purse_image'', $defpursetype[default_entry], defpursenumber[default_entry])>>"></TD>'
  250. end
  251. $RESULT +='<TD><a href="exec:gs ''wardrobe'', ''default_entry_wear'', <<default_entry>>"><img src="images/system/icons/clothing/wear.png"></a></TD>'
  252. $RESULT +='<TD><a href="exec:gs ''wardrobe'', ''default_entry_set'', <<default_entry>>"><img src="images/system/icons/clothing/overwrite.png"></a></TD>'
  253. $RESULT +='<TD><a href="exec:gs ''wardrobe'', ''default_entry_rename'', <<default_entry>>"><img src="images/system/icons/clothing/rename.png"></a></TD>'
  254. $RESULT +='<TD><a href="exec:gs ''wardrobe'', ''default_entry_delete'', <<default_entry>>"><img src="images/system/icons/clothing/delete_on.png"></a></TD>'
  255. if $defshoetype[default_entry] = 'danilovich' and $defclothingtype[default_entry] = 'danilovich_outfits':
  256. if default_sport_number ! default_entry:
  257. $RESULT += '<TD><a href="exec:gs ''wardrobe'', ''default_sport_set'', <<default_entry>>"><img src="images/system/icons/clothing/sport_off.png"></a></TD><TR>'
  258. else
  259. $RESULT += '<TD><img src="images/system/icons/clothing/sport.png"></TD><TR>'
  260. end
  261. else
  262. $RESULT += '<TD></TD><TR>'
  263. end
  264. }
  265. if $ARGS[0] = 'default_name_initialise':
  266. if $clothing_default_page[1] = '':$clothing_default_page[1] = 'Set 1'
  267. if $clothing_default_page[2] = '':$clothing_default_page[2] = 'Set 2'
  268. if $clothing_default_page[3] = '':$clothing_default_page[3] = 'Set 3'
  269. if $clothing_default_page[4] = '':$clothing_default_page[4] = 'Set 4'
  270. if $clothing_default_page[5] = '':$clothing_default_page[5] = 'Set 5'
  271. if $clothing_default_page[6] = '':$clothing_default_page[6] = 'Set 6'
  272. if $clothing_default_page[7] = '':$clothing_default_page[7] = 'Set 7'
  273. if $clothing_default_page[8] = '':$clothing_default_page[8] = 'Set 8'
  274. if $clothing_default_page[9] = '':$clothing_default_page[9] = 'Set 9'
  275. if $clothing_default_page[10] = '':$clothing_default_page[10] = 'Set 10'
  276. end
  277. if $ARGS[0] = 'default_template':
  278. killvar '$temp1'
  279. killvar 'temp2'
  280. clothing_default_page = ARGS[1]
  281. gs 'wardrobe', 'default_name_initialise'
  282. gs 'stat'
  283. '<center><table><tr><td><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png" height="50"></td><td><center><B>Current set: <<$default_entry[2]>></B><br><a href="exec: gs ''wardrobe'', ''default_set_name''">Rename set</a></center></td><td><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="50"></td></tr><TR><TD></TD></table></center>'
  284. if $wardrobeDefaultPagePref = $wloc:
  285. $wardrobeSetDefault = '<a href="exec: killvar ''$wardrobeDefaultPagePref'' & gt ''wardrobe'', ''<<$wloc>>''">Remove saved default wardrobe page</a>'
  286. else
  287. $wardrobeSetDefault = '<a href="exec: $wardrobeDefaultPagePref = $wloc & gt ''wardrobe'', ''<<$wloc>>''">Set here as default wardrobe page</a>'
  288. end
  289. '<center><<$wardrobeSetDefault>></center>'
  290. killvar '$wardrobeSetDefault'
  291. '<center><table><TH>Name</TH><TH>Outfit</TH><TH>Bra/Bodysuit</TH><TH>Panties</TH><TH>Shoes</TH><TH>Coat</TH><TH>Purse</TH><TH></TH><TH></TH><TH></TH><TH></TH><TH></TH><TR>'
  292. temp = default_entry
  293. :loopdefault_entry_set
  294. if dyneval($default_clothing_suma,default_entry) ! 0: *p dyneval($default_clothing_line)
  295. default_entry += 1
  296. if default_entry <= default_entry[1]:jump 'loopdefault_entry_set'
  297. default_entry = temp
  298. :loopdefault_entry_empty
  299. if dyneval($default_clothing_suma,default_entry) = 0: *p dyneval($default_clothing_line)
  300. default_entry += 1
  301. if default_entry <= default_entry[1]:jump 'loopdefault_entry_empty'
  302. '</table></center>'
  303. end
  304. if $ARGS[0] = 'default_set_name':
  305. *clr & cla
  306. $clothing_default_page[clothing_default_page] = input('Enter new name for this set')
  307. act 'Return': gt 'wardrobe', 'default<<clothing_default_page>>'
  308. end
  309. if $ARGS[0] = 'default_actions':
  310. act 'Return':
  311. gt $loc, $loc_arg
  312. end
  313. act 'Select outfit to wear':
  314. cla
  315. gs 'wardrobe', 'default_actions_wear'
  316. end
  317. act 'Choose another page':
  318. cla
  319. gs 'wardrobe', 'default_actions_page'
  320. end
  321. act 'Rename this set': gs 'wardrobe', 'default_set_name'
  322. end
  323. if $ARGS[0] = 'default_actions_page':
  324. if ARGS[1] ! 1: act 'See <<$clothing_default_page[1]>> set': gt 'wardrobe', 'default1'
  325. if ARGS[1] ! 2: act 'See <<$clothing_default_page[2]>> set': gt 'wardrobe', 'default2'
  326. if ARGS[1] ! 3: act 'See <<$clothing_default_page[3]>> set': gt 'wardrobe', 'default3'
  327. if ARGS[1] ! 4: act 'See <<$clothing_default_page[4]>> set': gt 'wardrobe', 'default4'
  328. if ARGS[1] ! 5: act 'See <<$clothing_default_page[5]>> set': gt 'wardrobe', 'default5'
  329. if ARGS[1] ! 6: act 'See <<$clothing_default_page[6]>> set': gt 'wardrobe', 'default6'
  330. if ARGS[1] ! 7: act 'See <<$clothing_default_page[7]>> set': gt 'wardrobe', 'default7'
  331. if ARGS[1] ! 8: act 'See <<$clothing_default_page[8]>> set': gt 'wardrobe', 'default8'
  332. if ARGS[1] ! 9: act 'See <<$clothing_default_page[9]>> set': gt 'wardrobe', 'default9'
  333. if ARGS[1] ! 10: act 'See <<$clothing_default_page[10]>> set': gt 'wardrobe', 'default10'
  334. end
  335. if $ARGS[0] = 'default_actions_wear':
  336. default_entry -= 10
  337. i = default_entry
  338. :loop_default_actions_wear
  339. if dyneval($default_clothing_suma, i) ! 0:
  340. $var_default_actions_wear = dyneval('$result = "act ''Wear <<$def_clothing_name[i]>>'': gs ''wardrobe'', ''default_entry_wear'', <<i>>"')
  341. dynamic $var_default_actions_wear
  342. end
  343. i += 1
  344. if i <= default_entry[1]: jump 'loop_default_actions_wear'
  345. killvar 'i'
  346. killvar '$var_default_actions_wear'
  347. end
  348. if $ARGS[0] = 'default1':
  349. $wloc = 'default1'
  350. default_entry = 1
  351. default_entry[1] = 10
  352. $default_entry[2] = $clothing_default_page[1]
  353. !! gs default_actions *before* gs default_template
  354. !! as default_template modifies variable default_entry.
  355. gs 'wardrobe', 'default_actions', 1
  356. gs 'wardrobe', 'default_template', 1
  357. end
  358. if $ARGS[0] = 'default2':
  359. $wloc = 'default2'
  360. default_entry = 11
  361. default_entry[1] = 20
  362. $default_entry[2] = $clothing_default_page[2]
  363. gs 'wardrobe', 'default_actions', 2
  364. gs 'wardrobe', 'default_template', 2
  365. end
  366. if $ARGS[0] = 'default3':
  367. $wloc = 'default3'
  368. default_entry = 21
  369. default_entry[1] = 30
  370. $default_entry[2] = $clothing_default_page[3]
  371. gs 'wardrobe', 'default_actions', 3
  372. gs 'wardrobe', 'default_template', 3
  373. end
  374. if $ARGS[0] = 'default4':
  375. $wloc = 'default4'
  376. default_entry = 31
  377. default_entry[1] = 40
  378. $default_entry[2] = $clothing_default_page[4]
  379. gs 'wardrobe', 'default_actions', 4
  380. gs 'wardrobe', 'default_template', 4
  381. end
  382. if $ARGS[0] = 'default5':
  383. $wloc = 'default5'
  384. default_entry = 41
  385. default_entry[1] = 50
  386. $default_entry[2] = $clothing_default_page[5]
  387. gs 'wardrobe', 'default_actions', 5
  388. gs 'wardrobe', 'default_template', 5
  389. end
  390. if $ARGS[0] = 'default6':
  391. $wloc = 'default6'
  392. default_entry = 51
  393. default_entry[1] = 60
  394. $default_entry[2] = $clothing_default_page[6]
  395. gs 'wardrobe', 'default_actions', 6
  396. gs 'wardrobe', 'default_template', 6
  397. end
  398. if $ARGS[0] = 'default7':
  399. $wloc = 'default7'
  400. default_entry = 61
  401. default_entry[1] = 70
  402. $default_entry[2] = $clothing_default_page[7]
  403. gs 'wardrobe', 'default_actions', 7
  404. gs 'wardrobe', 'default_template', 7
  405. end
  406. if $ARGS[0] = 'default8':
  407. $wloc = 'default8'
  408. default_entry = 71
  409. default_entry[1] = 80
  410. $default_entry[2] = $clothing_default_page[8]
  411. gs 'wardrobe', 'default_actions', 8
  412. gs 'wardrobe', 'default_template', 8
  413. end
  414. if $ARGS[0] = 'default9':
  415. $wloc = 'default9'
  416. default_entry = 81
  417. default_entry[1] = 90
  418. $default_entry[2] = $clothing_default_page[9]
  419. gs 'wardrobe', 'default_actions', 9
  420. gs 'wardrobe', 'default_template', 9
  421. end
  422. if $ARGS[0] = 'default10':
  423. $wloc = 'default10'
  424. default_entry = 91
  425. default_entry[1] = 100
  426. $default_entry[2] = $clothing_default_page[10]
  427. gs 'wardrobe', 'default_actions', 10
  428. gs 'wardrobe', 'default_template', 10
  429. end
  430. if $ARGS[0] = 'default_entry_wear':
  431. gs 'stat'
  432. default_entry = ARGS[1]
  433. $temp1 = $defclothingtype[default_entry]
  434. temp2 = defclothingnumber[default_entry]
  435. gs 'clothing_attributes', $temp1, temp2
  436. if ARRPOS('$CloLosTyp', $temp1) ! -1 and ARRPOS('CloLosNum', temp2) ! -1:
  437. msg '<center>You''ve lost part of this set, and are unable to wear all items.<br>Maybe you can find the missing clothes somewhere?</center>'
  438. gt 'wardrobe', $wloc
  439. else
  440. gs 'clothing', 'wear', $temp1, temp2
  441. end
  442. if defunderwear[default_entry] = 2:
  443. if dyneval('RESULT = <<$defbodysuittype[default_entry]>>_bodysuits[<<defbodysuitnumber[default_entry]>>]') = 0:
  444. $defbodysuittype[default_entry] = 'none' & defbodysuitnumber[default_entry] = 0
  445. end
  446. if $defbodysuittype[default_entry] = 'none':
  447. if $bodysuitworntype ! 'none': gs 'underwear_bodysuits', 'remove'
  448. else
  449. gs 'underwear_bodysuits', 'wear', $defbratype[default_entry], defbranumber[default_entry]
  450. end
  451. end
  452. if defunderwear[default_entry] = 0:
  453. if dyneval('RESULT = <<$defpantytype[default_entry]>>_panties[<<defpantynumber[default_entry]>>]') = 0:
  454. $defpantytype[default_entry] = 'none' & defpantynumber[default_entry] = 0
  455. end
  456. if $defpantytype[default_entry] = 'none':
  457. if $pantyworntype ! 'none': gs 'panties', 'remove'
  458. else
  459. gs 'panties', 'wear', $defpantytype[default_entry], defpantynumber[default_entry]
  460. end
  461. if dyneval('RESULT = <<$defbratype[default_entry]>>_bras[<<defbranumber[default_entry]>>]') = 0:
  462. $defbratype[default_entry] = 'none' & defbranumber[default_entry] = 0
  463. end
  464. if $defbratype[default_entry] = 'none':
  465. if $braworntype ! 'none': gs 'bras', 'remove'
  466. else
  467. gs 'bras', 'wear', $defbratype[default_entry], defbranumber[default_entry]
  468. end
  469. end
  470. if dyneval('RESULT = <<$defshoetype[default_entry]>>_shoe[<<defshoenumber[default_entry]>>]') = 0:
  471. $defshoetype[default_entry] = 'none' & defshoenumber[default_entry] = 0
  472. else
  473. gs 'shoes', 'wear', $defshoetype[default_entry], defshoenumber[default_entry]
  474. end
  475. if dyneval('RESULT = <<$defpursetype[default_entry]>>_purses[<<defpursenumber[default_entry]>>]') = 0:
  476. $defpursetype[default_entry] = 'none' & defpursenumber[default_entry] = 0
  477. else
  478. $currentpursetype = $defpursetype[default_entry]
  479. currentpursenumber = defpursenumber[default_entry]
  480. end
  481. if $currentpursetype = 'none':
  482. bag = 0
  483. else
  484. bag = 1
  485. end
  486. if dyneval('RESULT = <<$defcoattype[default_entry]>>_coats[<<defcoatnumber[default_entry]>>]') = 0:
  487. $defcoattype[default_entry] = 'none' & defcoatnumber[default_entry] = 0
  488. else
  489. gs 'coats', 'wear', $defcoattype[default_entry], defcoatnumber[default_entry]
  490. end
  491. !! default school girl uniform is always allowed to be worn if still in school
  492. if mid($start_type,1,2) = 'sg' and SchoolAtestat = 0 and SchoolBlock = 0 and $temp1 = 'gm_school' and temp2 = 6:
  493. cls
  494. '<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
  495. 'Your put on your <<$def_clothing_name[default_entry]>> outfit without any problems.'
  496. act 'Return': gt 'wardrobe', $wloc
  497. !! do not own this clothing anymore
  498. elseif dyneval('RESULT = <<$temp1>>[<<temp2>>]') = 0 and temp2 ! 0:
  499. cls
  500. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/school/strip/strip2.jpg"></center>'
  501. 'As you go to pull your <<$def_clothing_name[default_entry]>> outfit out of your wardrobe you remember you don''t own that piece of clothing anymore. Maybe you should buy it again? Guess you will have to find something else to wear.'
  502. act 'Return': gt 'wardrobe', $wloc
  503. !! strength of clothing is less than or equal to 0
  504. elseif dyneval('RESULT = <<$temp1>>_h[<<temp2>>]') <= 0:
  505. cls
  506. '<center><video autoplay loop src="images/characters/pavlovsk/school/girl/vicky/event/vika_game_strip16.mp4"></video></center>'
  507. 'Your <<$def_clothing_name[default_entry]>> outfit has worn out and can''t be used anymore. Guess you will have to find something else to wear.'
  508. act 'Strip out of worn out clothing':
  509. cla
  510. gs 'clothing', 'strip'
  511. gs 'wardrobe', 'default_entry_delete'
  512. gs 'stat'
  513. act 'Return': gt 'wardrobe', $wloc
  514. end
  515. !! clothing exhibition is greater than player exhibition
  516. elseif CloInhibit > pcs_inhib:
  517. cls
  518. '<center><video autoplay loop src="images/locations/pavlovsk/trainstation/bimbo.strip6.mp4"></video></center>'
  519. 'You don''t feel daring enough to wear your <<$def_clothing_name[default_entry]>> outfit. Maybe you will be confident enough in the future? Guess you will have to find something else to wear.'
  520. act 'Strip out of revealing clothing':
  521. cla
  522. gs 'clothing', 'strip'
  523. gs 'stat'
  524. act 'Return': gt 'wardrobe', $wloc
  525. end
  526. !! not exercise clothing, and not loose fitting
  527. elseif $temp1 ! 'danilovich_outfits' and CloStyle ! 5:
  528. !! check for if the hipsize is too far from your hipsize
  529. dynamic 'RESULT = <<$temp1>>_b[<<temp2>>]'
  530. if RESULT < pcs_hips - 8 or RESULT > pcs_hips + 8:
  531. cls
  532. iif(RESULT < pcs_hips - 8,'<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/dressup.mp4"></video></center>','<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/stripping<<rand(1,4)>>.mp4"></video></center>')
  533. 'As you put on your <<$def_clothing_name[default_entry]>> outfit you notice it doesn''t fit correctly anymore. It''s ' + iif(RESULT < pcs_hips - 8,'unbearably tight and uncomfortable to wear.','extremely loose and won''t stay in place no matter how hard you try.') + ' You must have ' + iif(RESULT < pcs_hips - 8,'gained','lost') + ' some weight since this was purchased or last tailored. You will have to get this clothing resized before you can wear it again.'
  534. act 'Strip out of ill-fitting clothing':
  535. cla
  536. gs 'clothing', 'strip'
  537. gs 'stat'
  538. act 'Return': gt 'wardrobe', $wloc
  539. end
  540. !! clothing ok to wear after passing hip check
  541. else
  542. cls
  543. '<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
  544. 'Your put on your <<$def_clothing_name[default_entry]>> outfit without any problems.'
  545. act 'Return': gt 'wardrobe', $wloc
  546. end
  547. !! clothing ok to wear without needing hip check and passing all other checks
  548. else
  549. cls
  550. '<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
  551. 'Your put on your <<$def_clothing_name[default_entry]>> outfit without any problems.'
  552. act 'Return': gt 'wardrobe', $wloc
  553. end
  554. end
  555. if $ARGS[0] = 'default_entry_set':
  556. gs 'stat'
  557. i = ARGS[1]
  558. $defclothingtype[i] = $clothingworntype
  559. defclothingnumber[i] = clothingwornnumber
  560. defunderwear[i] = underwear['type']
  561. if underwear['type'] = 2:
  562. $defbodysuittype[i] = $bodysuitworntype
  563. defbodysuitnumber[i] = bodysuitwornnumber
  564. else
  565. $defbratype[i] = $braworntype
  566. defbranumber[i] = brawornnumber
  567. $defpantytype[i] = $pantyworntype
  568. defpantynumber[i] = pantywornnumber
  569. end
  570. $defshoetype[i] = $shoeworntype
  571. defshoenumber[i] = shoewornnumber
  572. if bag = 1:
  573. $defpursetype[i] = $currentpursetype
  574. defpursenumber[i] = currentpursenumber
  575. else
  576. $defpursetype[i] = 'none'
  577. end
  578. $defcoattype[i] = $coatworntype
  579. defcoatnumber[i] = coatwornnumber
  580. $def_clothing_temp = '<<$def_clothing_name[i]>>'
  581. $def_clothing_name[i] = input ('<center>Enter a name for this outfit set<br><font color="grey">Leaving blank will reuse current name.</font></center>')
  582. if $def_clothing_name[i] = '' and $def_clothing_temp = '':
  583. $def_clothing_name[i] = 'Custom <<i>>'
  584. elseif $def_clothing_name[i] = '':
  585. $def_clothing_name[i] = '<<$def_clothing_temp>>'
  586. end
  587. gt 'wardrobe', $wloc
  588. end
  589. if $ARGS[0] = 'default_entry_rename':
  590. gs 'stat'
  591. i = ARGS[1]
  592. $def_clothing_temp = '<<$def_clothing_name[i]>>'
  593. $def_clothing_name[i] = input ('<center>Enter a name for this outfit set<br><font color="grey">Leaving blank will reuse current name.</font></center>')
  594. if $def_clothing_name[i] = '' and $def_clothing_temp = '':
  595. $def_clothing_name[i] = 'Custom <<i>>'
  596. elseif $def_clothing_name[i] = '':
  597. $def_clothing_name[i] = '<<$def_clothing_temp>>'
  598. end
  599. gt 'wardrobe', $wloc
  600. end
  601. if $ARGS[0] = 'default_entry_up':
  602. gs 'stat'
  603. i = ARGS[1]
  604. if i = 0:
  605. j = ARRSIZE('defclothingnumber') - 1
  606. else
  607. j = i - 1
  608. end
  609. $tempclothingworntype = $defclothingtype[i]
  610. tempclothingwornnumber = defclothingnumber[i]
  611. if underwear['type'] = 2:
  612. $tempbodysuittype[i] = $defbodysuittype[i]
  613. tempbodysuitnumber[i] = defbodysuitnumber[i]
  614. else
  615. $tempbraworntype = $defbratype[i]
  616. tempbrawornnumber = defbranumber[i]
  617. $temppantyworntype = $defpantytype[i]
  618. temppantywornnumber = defpantynumber[i]
  619. end
  620. $tempshoeworntype = $defshoetype[i]
  621. tempshoewornnumber = defshoenumber[i]
  622. $tempcurrentpursetype = $defpursetype[i]
  623. tempcurrentpursenumber = defpursenumber[i]
  624. $tempcurrentcoattype = $defcoattype[i]
  625. tempcurrentcoatnumber = defcoatnumber[i]
  626. $def_clothing_temp = '<<$def_clothing_name[i]>>'
  627. $defclothingtype[i] = $defclothingtype[j]
  628. defclothingnumber[i] = defclothingnumber[j]
  629. if underwear['type'] = 2:
  630. $defbodysuittype[i] = $defbodysuittype[j]
  631. defbodysuitnumber[i] = defbodysuitnumber[j]
  632. else
  633. $defbratype[i] = $defbratype[j]
  634. defbranumber[i] = defbranumber[j]
  635. $defpantytype[i] = $defpantytype[j]
  636. defpantynumber[i] = defpantynumber[j]
  637. end
  638. $defbratype[i] = $defbratype[j]
  639. defbranumber[i] = defbranumber[j]
  640. $defpantytype[i] = $defpantytype[j]
  641. defpantynumber[i] = defpantynumber[j]
  642. $defshoetype[i] = $defshoetype[j]
  643. defshoenumber[i] = defshoenumber[j]
  644. $defpursetype[i] = $defpursetype[j]
  645. defpursenumber[i] = defpursenumber[j]
  646. $defcoattype[i] = $defcoattype[j]
  647. defcoatnumber[i] = defcoatnumber[j]
  648. $def_clothing_name[i] = '<<$def_clothing_name[j]>>'
  649. $defclothingtype[j] = $tempclothingworntype
  650. defclothingnumber[j] = tempclothingwornnumber
  651. if underwear['type'] = 2:
  652. $defbodysuittype[j] = $tempbodysuittype
  653. defbodysuitnumber[j] = tempbodysuitnumber
  654. else
  655. $defbratype[j] = $tempbraworntype
  656. defbranumber[j] = tempbrawornnumber
  657. $defpantytype[j] = $temppantyworntype
  658. defpantynumber[j] = temppantywornnumber
  659. end
  660. $defshoetype[j] = $tempshoeworntype
  661. defshoenumber[j] = tempshoewornnumber
  662. $defpursetype[j] = $tempcurrentpursetype
  663. defpursenumber[j] = tempcurrentpursenumber
  664. $defcoattype[j] = $tempcurrentcoattype
  665. defcoatnumber[j] = tempcurrentcoatnumber
  666. $def_clothing_name[j] = '<<$def_clothing_temp>>'
  667. gt 'wardrobe', $wloc
  668. end
  669. if $ARGS[0] = 'default_entry_down':
  670. gs 'stat'
  671. i = ARGS[1]
  672. if i = ARRSIZE('defclothingnumber') - 1:
  673. j = 0
  674. else
  675. j = i + 1
  676. end
  677. $tempclothingworntype = $defclothingtype[i]
  678. tempclothingwornnumber = defclothingnumber[i]
  679. $tempbraworntype = $defbratype[i]
  680. tempbrawornnumber = defbranumber[i]
  681. $temppantyworntype = $defpantytype[i]
  682. temppantywornnumber = defpantynumber[i]
  683. $tempshoeworntype = $defshoetype[i]
  684. tempshoewornnumber = defshoenumber[i]
  685. $tempcurrentpursetype = $defpursetype[i]
  686. tempcurrentpursenumber = defpursenumber[i]
  687. $tempcurrentcoattype = $defcoattype[i]
  688. tempcurrentcoatnumber = defcoatnumber[i]
  689. $def_clothing_temp = '<<$def_clothing_name[i]>>'
  690. $defclothingtype[i] = $defclothingtype[j]
  691. defclothingnumber[i] = defclothingnumber[j]
  692. $defbratype[i] = $defbratype[j]
  693. defbranumber[i] = defbranumber[j]
  694. $defpantytype[i] = $defpantytype[j]
  695. defpantynumber[i] = defpantynumber[j]
  696. $defshoetype[i] = $defshoetype[j]
  697. defshoenumber[i] = defshoenumber[j]
  698. $defpursetype[i] = $defpursetype[j]
  699. defpursenumber[i] = defpursenumber[j]
  700. $defcoattype[i] = $defcoattype[j]
  701. defcoatnumber[i] = defcoatnumber[j]
  702. $def_clothing_name[i] = '<<$def_clothing_name[j]>>'
  703. $defclothingtype[j] = $tempclothingworntype
  704. defclothingnumber[j] = tempclothingwornnumber
  705. $defbratype[j] = $tempbraworntype
  706. defbranumber[j] = tempbrawornnumber
  707. $defpantytype[j] = $temppantyworntype
  708. defpantynumber[j] = temppantywornnumber
  709. $defshoetype[j] = $tempshoeworntype
  710. defshoenumber[j] = tempshoewornnumber
  711. $defpursetype[j] = $tempcurrentpursetype
  712. defpursenumber[j] = tempcurrentpursenumber
  713. $defcoattype[j] = $tempcurrentcoattype
  714. defcoatnumber[j] = tempcurrentcoatnumber
  715. $def_clothing_name[j] = '<<$def_clothing_temp>>'
  716. gt 'wardrobe', $wloc
  717. end
  718. if $ARGS[0] = 'default_entry_delete':
  719. gs 'stat'
  720. i = ARGS[1]
  721. $defclothingtype[i] = ''
  722. defclothingnumber[i] = ''
  723. defunderwear[i] = ''
  724. $defbodysuittype[i] = ''
  725. defbodysuitnumber[i] = ''
  726. $defbratype[i] = ''
  727. defbranumber[i] = ''
  728. $defpantytype[i] = ''
  729. defpantynumber[i] = ''
  730. $defshoetype[i] = ''
  731. defshoenumber[i] = ''
  732. $defpursetype[i] = ''
  733. defpursenumber[i] = ''
  734. $defcoattype[i] = ''
  735. defcoatnumber[i] = ''
  736. $def_clothing_name[i] = ''
  737. gt 'wardrobe', $wloc
  738. end
  739. if $ARGS[0] = 'default_sport_set':
  740. gs 'stat'
  741. default_sport_number = ARGS[1]
  742. gt 'wardrobe', $wloc
  743. end
  744. if $ARGS[0] = 'school_outfit':
  745. ! if they have worn a uniform recently we will use that rather than the one in the outfit
  746. if schtype ! 0:
  747. clothingwornnumber = schtype
  748. $clothingworntype = $schbrand
  749. gs 'wardrobe', 'school_outfit_end'
  750. else
  751. gs 'wardrobe', 'school_outfit_loop'
  752. end
  753. end
  754. if $ARGS[0] = 'school_outfit_loop':
  755. ! check to see if player has created a school uniform outfit
  756. if ARRSIZE('defclothingnumber') > 0:
  757. SchoolOutfitLoop = 0
  758. :FindSchoolOutfit
  759. gs 'clothing_attributes', $defclothingtype[SchoolOutfitLoop], defclothingnumber[SchoolOutfitLoop]
  760. ! found an outfit that includes a school uniform
  761. if CloStyle2 = 4:
  762. ! put the outfit on
  763. gs 'wardrobe', 'default_entry_wear', SchoolOutfitLoop
  764. jump 'FoundSchoolOutfit'
  765. end
  766. SchoolOutfitLoop += 1
  767. if SchoolOutfitLoop < ARRSIZE('defclothingnumber'):jump 'FindSchoolOutfit'
  768. :FoundSchoolOutfit
  769. schtype = clothingwornnumber
  770. $schbrand = $clothingworntype
  771. killvar 'SchoolOutfitLoop'
  772. end
  773. gs 'wardrobe', 'school_outfit_end'
  774. end
  775. if $ARGS[0] = 'school_outfit_end':
  776. ! if no uniform found or the one selected is worn out, use the default one
  777. if schtype = 0 or dyneval('RESULT = <<$schbrand>>_h[<<schtype>>]') <= 0:
  778. schtype = 6
  779. $schbrand = 'gm_school'
  780. end
  781. gs 'clothing', 'wear', $schbrand, schtype
  782. end
  783. if $ARGS[0] = 'default_sport_options':
  784. if default_sport_number = 0:
  785. 'We have no default sports clothing set, you can set this in your wardrobe.'
  786. else
  787. if default_sport_number[1] = 0:
  788. act'Put on your sports clothes':
  789. default_sport_number[1] = 1
  790. $lastwornclothingtype['sport'] = $clothingworntype
  791. lastwornclothingnumber['sport'] = clothingwornnumber
  792. lastwornunderwear['sport'] = underwear['type']
  793. if defunderwear[default_sport_number] = 2:
  794. $defbodysuittype['sport'] = $bodysuitworntype
  795. defbodysuitnumber['sport'] = bodysuitwornnumber
  796. else
  797. $lastwornpantytype['sport'] = $pantyworntype
  798. lastwornpantynumber['sport'] = pantywornnumber
  799. $lastwornbratype['sport'] = $braworntype
  800. lastwornbranumber['sport'] = brawornnumber
  801. end
  802. $shoelastworntype['sport'] = $shoeworntype
  803. shoelastwornnumber['sport'] = shoewornnumber
  804. $lastwornpursetype['sport'] = $currentpursetype
  805. lastworndefpursenumber['sport'] = currentpursenumber
  806. $lastworncoattype['sport'] = $coatworntype
  807. lastworndefcoatnumber['sport'] = coatwornnumber
  808. gs 'wardrobe', 'default_entry_wear', default_sport_number
  809. end
  810. else
  811. act'Put your regular clothes back on':
  812. default_sport_number[1] = 0
  813. gs 'clothing', 'wear', $lastwornclothingtype['sport'], lastwornclothingnumber['sport']
  814. if lastwornunderwear['sport'] = 2:
  815. gs 'underwear_bodysuits', 'wear', $defbodysuittype['sport'], defbodysuitnumber['sport']
  816. else
  817. gs 'panties', 'wear', $lastwornpantytype['sport'], lastwornpantynumber['sport']
  818. gs 'bras', 'wear', $lastwornbratype['sport'], lastwornbranumber['sport']
  819. end
  820. gs 'shoes', 'wear', $shoelastworntype['sport'], shoelastwornnumber['sport']
  821. gs 'purses', 'wear', $shoelastworntype['sport'], shoelastwornnumber['sport']
  822. gs 'coats', 'wear', $shoelastworntype['sport'], shoelastwornnumber['sport']
  823. end
  824. end
  825. end
  826. end
  827. --- wardrobe ---------------------------------