clothing.qsrc 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. # clothing
  2. menu_off = 1
  3. $clothing_list_line = {
  4. !! a single line in a clothing list (wardrobe, etc)
  5. !! ARGS 0 - action type (wardrobe, sell, resize, store, forsale)
  6. !! ARGS 1 - clothing type
  7. !! ARGS 2 - clothing index
  8. gs 'themes', 'clothing', 1
  9. $RESULT = '<TR bgcolor='+$bgcolor+'>'
  10. if Enable_clothwidth > 0:
  11. clothing_temp = Enable_clothwidth - 1
  12. else
  13. clothing_temp = 150 & !clothing widdefault to 150
  14. end
  15. $RESULT +='<TD><a href="exec:gt ''clothing'', ''view_clothing_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>"><img src="<<FUNC(''$clothing_image'', $ARGS[1], ARGS[2])>>" width="<<clothing_temp>>"></a></TD>'
  16. killvar 'clothing_temp'
  17. gs 'clothing_attributes', $ARGS[1], ARGS[2]
  18. if $ARGS[1] ! 'school' or ARGS[2] ! 6:
  19. $RESULT += '<TD>' + dyneval '$RESULT += <<$ARGS[1]>>H[<<ARGS[2]>>]' + '</TD>'
  20. if $ARGS[1] ! 'exercise' and $ARGS[1] ! 'coat' and CloStyle ! 5:
  21. $RESULT += '<TD>' + dyneval '$RESULT += <<$ARGS[1]>>B[<<ARGS[2]>>]' + '</TD>'
  22. else
  23. $RESULT += '<TD></TD>'
  24. end
  25. else
  26. $RESULT += '<TD colspan="2"></TD>'
  27. end
  28. if $ARGS[1] = 'cheap' and ARGS[2] = 414:
  29. $RESULT += '<TD>A hessian sack the hunters gave you.</TD>'
  30. elseif $ARGS[1] ! 'coat' and $ARGS[1] ! 'swimwear':
  31. gs 'clothing_descriptions'
  32. $RESULT += '<TD><<FUNC(''$short_description'', $ARGS[1])>> <<ARGS[2]>><br/><br/><<$description>></TD>'
  33. else
  34. $RESULT += '<TD>' + FUNC('$clothing_name', $ARGS[1], ARGS[2]) + '</TD>'
  35. end
  36. if CloBimbo = 1:
  37. $RESULT += '<TD>Yes</TD>'
  38. else
  39. $RESULT += '<TD>No</TD>'
  40. end
  41. if CloStyle = 4:
  42. $RESULT += '<TD>Yes</TD>'
  43. else
  44. $RESULT += '<TD>No</TD>'
  45. end
  46. $RESULT += '<TD><a href="exec:gt ''clothing'', ''view_clothing_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">View</a>'
  47. if $ARGS[0] ! 'sell' and $ARGS[0] ! 'resize':
  48. if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and $ARGS[1] = 'school' and ARGS[2] = 6:
  49. $RESULT += ' <a href="exec:gs ''clothing'', ''wear'', ''<<$ARGS[1]>>'', <<ARGS[2]>> & gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Wear</a></TD>'
  50. elseif ($ARGS[1] ! 'coat' and $ARGS[1] ! 'swimwear') and dyneval('RESULT = <<$ARGS[1]>>H[<<ARGS[2]>>]') > 0:
  51. if $ARGS[1] ! 'exercise' and CloStyle ! 5 and (dyneval('RESULT = <<$ARGS[1]>>B[<<ARGS[2]>>]') < (pcs_hips - 8) or dyneval('RESULT = <<$ARGS[1]>>B[<<ARGS[2]>>]') > (pcs_hips + 8)) or (ARRPOS('$CloLosTyp', $ARGS[1]) ! -1 and ARRPOS('CloLosNum',ARGS[2]) ! -1):
  52. $RESULT += '</TD>'
  53. else
  54. $RESULT += ' <a href="exec:gs ''clothing'', ''wear'', ''<<$ARGS[1]>>'', <<ARGS[2]>> & gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Wear</a></TD>'
  55. end
  56. else
  57. $RESULT += '</TD>'
  58. end
  59. $RESULT += '<TD>'
  60. if cloc ! 1:$RESULT += ' <a href="exec:gt ''clothing'', ''dest1'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>> ">Storage</a><BR>'
  61. if cloc ! 0:$RESULT += ' <a href="exec:gt ''clothing'', ''dest0'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>> ">Wardrobe</a><BR>'
  62. if $ARGS[1] ! 'school' or ARGS[2] ! 6:
  63. if cloc ! 2:$RESULT += ' <a href="exec:gt ''clothing'', ''dest2'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>> ">Unwanted</a>'
  64. end
  65. $RESULT += '</TD>'
  66. end
  67. }
  68. !!cloc, 0 = wardrobe, 1 = storage, 2 = unwanted
  69. if $ARGS[0] = 'dest0':
  70. *clr
  71. dynamic '<<$ARGS[2]>>S[<<ARGS[3]>>] = 0'
  72. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  73. end
  74. if $ARGS[0] = 'dest1':
  75. *clr
  76. dynamic '<<$ARGS[2]>>S[<<ARGS[3]>>] = 1'
  77. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  78. end
  79. if $ARGS[0] = 'dest2':
  80. *clr
  81. dynamic '<<$ARGS[2]>>S[<<ARGS[3]>>] = 2'
  82. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  83. end
  84. if $ARGS[0] = 'view_clothing_list':
  85. !! ARGS 0 - view_clothing_list
  86. !! ARGS 1 - action type (wardrobe, sell, resize, store, unwanted)
  87. !! ARGS 2 - Shop name (kats, moncheri, gm, fashionista, sexshop, exhibitshop, dolls, sports)
  88. if $ARGS[1] = 'wardrobe':
  89. $ward_list_page = $ARGS[1]
  90. '<h3><center><b><font color="maroon">Wardrobe list</font></b></center></h3>'
  91. elseif $ARGS[1] = 'store':
  92. $ward_list_page = $ARGS[1]
  93. '<h3><center><b><font color="maroon">Stored clothing list</font></b></center></h3>'
  94. elseif $ARGS[1] = 'unwanted':
  95. $ward_list_page = $ARGS[1]
  96. '<h3><center><b><font color="maroon">Unwanted clothing list</font></b></center></h3>'
  97. elseif $ARGS[1] = 'sell':
  98. $ward_list_page = $ARGS[1]
  99. '<h3><center><b><font color="maroon">Choose an item to sell</font></b></center></h3>'
  100. end
  101. if $ARGS[2] = 'gm':
  102. !'<center><b><font color="maroon">Viewing clothes from G&M</font></b></center>'
  103. '<center><img src="images/locations/city/citycenter/mall/gm.png"></center>'
  104. elseif $ARGS[2] = 'kats':
  105. !'<center><b><font color="maroon">Viewing clothes from PussyKats</font></b></center>'
  106. '<center><img src="images/locations/city/citycenter/mall/pussycat.png"></center>'
  107. elseif $ARGS[2] = 'fashionista':
  108. !'<center><b><font color="maroon">Viewing clothes from Fashionista</font></b></center>'
  109. '<center><img src="images/locations/city/citycenter/mall/fashionistat.png"></center>'
  110. elseif $ARGS[2] = 'moncheri':
  111. !'<center><b><font color="maroon">Viewing clothes from Mon Cheri</font></b></center>'
  112. '<center><img src="images/locations/city/citycenter/mall/moncheri.png"></center>'
  113. elseif $ARGS[2] = 'sexshop':
  114. !'<center><b><font color="maroon">Viewing clothes from the sex shop</font></b></center>'
  115. '<center><img src="images/locations/city/citycenter/sexshop/shop_name.png"></center>'
  116. elseif $ARGS[2] = 'exhibitshop':
  117. !'<center><b><font color="maroon">Viewing clothes from the Exhibitionist shop</font></b></center>'
  118. '<center><img src="images/locations/oldtown/exhibitshop/shop_name.png"></center>'
  119. elseif $ARGS[2] = 'dolls':
  120. !'<center><b><font color="maroon">Viewing clothes from Patchwork Dolls</font></b></center>'
  121. '<center><img src="images/locations/city/island/dolls.png"></center>'
  122. elseif $ARGS[2] = 'sports':
  123. !'<center><b><font color="maroon">Viewing sportswear from Danilovich</font></b></center>'
  124. '<center><img src="images/locations/city/citycenter/mall/sports.png"></center>'
  125. else
  126. '<center><b><font color="maroon">Click on a shop name to view clothes from that shop</font></b></center>'
  127. if $wloc = 'wardrobe':
  128. act 'Return': killvar '$ward_list_store' & gt 'wardrobe', 'start'
  129. elseif $ARGS[1] = 'sell' or $ARGS[1] = 'resize':
  130. act 'Leave': killvar '$ward_list_store' & gt $loc, $metka
  131. else
  132. act 'Leave': killvar '$ward_list_store' & gt $loc, $metka
  133. end
  134. end
  135. *nl
  136. if $ARGS[1] ! 'sell':
  137. $clothing_header = '<center><table border=1>'
  138. if $ARGS[1] ! 'wardrobe': $clothing_header += '<TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH>'
  139. $clothing_header += '<TH><a href="exec:gt ''clothing_QV'', ''list'', ''<<$ward_list_store>>''">Switch to icons</a></TH>'
  140. if $ARGS[1] ! 'store': $clothing_header += '<TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH>'
  141. if $ARGS[1] ! 'unwanted': $clothing_header += '<TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></center>'
  142. $clothing_header
  143. if $ARGS[1] = 'wardrobe':
  144. '<center>These are the clothes that are currently available for you to wear.</center><br>'
  145. elseif $ARGS[1] = 'store':
  146. '<center>These are the clothes you have stored that do not show up in your wardrobe list and cannot be sold at the market.</center><br>'
  147. elseif $ARGS[1] = 'unwanted':
  148. '<center>These are the clothes you''ve marked to be sold at the market.</center><br>'
  149. end
  150. end
  151. if $ARGS[2] = '':
  152. '<center><a href="exec:$ward_list_store = ''gm'' & gt ''clothing'', ''view_clothing_list'', ''<<$ARGS[1]>>'', ''gm''"><img src="images/locations/city/citycenter/mall/gm.png"></a></center>'
  153. if ARRSIZE('average') > 0:'<center><a href="exec:$ward_list_store = ''kats'' & gt ''clothing'', ''view_clothing_list'', ''<<$ward_list_page>>'', ''kats''"><img src="images/locations/city/citycenter/mall/pussycat.png"></a></center>'
  154. if ARRSIZE('expensive') > 0:'<center><a href="exec:$ward_list_store = ''fashionista'' & gt ''clothing'', ''view_clothing_list'', ''<<$ward_list_page>>'', ''fashionista''"><img src="images/locations/city/citycenter/mall/fashionistat.png"></a></center>'
  155. if ARRSIZE('formal') > 0:'<center><a href="exec:$ward_list_store = ''moncheri'' & gt ''clothing'', ''view_clothing_list'', ''<<$ward_list_page>>'', ''moncheri''"><img src="images/locations/city/citycenter/mall/moncheri.png"></a></center>'
  156. if ARRSIZE('fetish') > 0 or ARRSIZE('burlesque') > 0:'<center><a href="exec:$ward_list_store = ''sexshop'' & gt ''clothing'', ''view_clothing_list'', ''<<$ward_list_page>>'', ''sexshop''"><img src="images/locations/city/citycenter/sexshop/shop_name.png"></a></center>'
  157. if ARRSIZE('exhibit') > 0:'<center><a href="exec:$ward_list_store = ''exhibitshop'' & gt ''clothing'', ''view_clothing_list'', ''<<$ward_list_page>>'', ''exhibitshop''"><img src="images/locations/oldtown/exhibitshop/shop_name.png"></a></center>'
  158. if ARRSIZE('alternative') > 0:'<center><a href="exec:$ward_list_store = ''dolls'' & gt ''clothing'', ''view_clothing_list'', ''<<$ward_list_page>>'', ''dolls''"><img src="images/locations/city/island/dolls.png"></a></center>'
  159. if ARRSIZE('exercise') > 0:'<center><a href="exec:$ward_list_store = ''sports'' & gt ''clothing'', ''view_clothing_list'', ''<<$ward_list_page>>'', ''sports''"><img src="images/locations/city/citycenter/mall/sports.png"></a></center>'
  160. else
  161. $bgcolor='#f3f4ee'
  162. if $ARGS[1] = 'sell':
  163. '<table border=0 cellspacing=0 cellpadding=5><TH></TH><TH>Strength</TH><TH>Hip size</TH><TH>Description</TH><TH>Bimbo</TH><TH>Prostitute</TH><TH>Actions</TH>'
  164. else
  165. '<table border=0 cellspacing=0 cellpadding=5><TH></TH><TH>Strength</TH><TH>Hip size</TH><TH>Description</TH><TH>Bimbo</TH><TH>Prostitute</TH><TH>Actions</TH><TH>Move to</TH>'
  166. end
  167. if $ARGS[1] = 'store':
  168. cloc = 1
  169. elseif $ARGS[1] = 'unwanted':
  170. cloc = 2
  171. else
  172. cloc = 0
  173. end
  174. if $ARGS[2] = 'gm':
  175. $ward_list_store = $ARGS[2]
  176. if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and schoolS[6] = cloc and ($clothingworntype ! 'school' or clothingwornnumber ! 6):*P dyneval($clothing_list_line, $ARGS[1], 'school', 6)
  177. i = 1
  178. :loopcheap
  179. if cheap[i] = 1 and cheapS[i] = cloc and ($clothingworntype ! 'cheap' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'cheap', i)
  180. i += 1
  181. if i <= ARRSIZE('cheap'):jump 'loopcheap'
  182. i = 1
  183. :loopoffice
  184. if office[i] = 1 and officeS[i] = cloc and ($clothingworntype ! 'office' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'office', i)
  185. i += 1
  186. if i <= ARRSIZE('office'):jump 'loopoffice'
  187. i = 1
  188. :loopschool
  189. if school[i] = 1 and schoolS[i] = cloc and ($clothingworntype ! 'school' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'school', i)
  190. i += 1
  191. if i = 6: i = 7
  192. if i <= ARRSIZE('school'):jump 'loopschool'
  193. i = 1
  194. :loopuniform
  195. if uniform[i] = 1 and uniformS[i] = cloc and ($clothingworntype ! 'uniform' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'uniform', i)
  196. i += 1
  197. if i <= ARRSIZE('uniform'):jump 'loopuniform'
  198. i = 1
  199. :loopswimwear
  200. if swimwear[i] = 1 and swimwearS[i] = cloc :*P dyneval($clothing_list_line, $ARGS[1], 'swimwear', i)
  201. i += 1
  202. if i <= ARRSIZE('swimwear'):jump 'loopswimwear'
  203. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  204. gs 'clothing', 'clothwidth'
  205. end
  206. if $ARGS[2] = 'kats':
  207. $ward_list_store = $ARGS[2]
  208. i = 1
  209. :loopaverage
  210. if average[i] = 1 and averageS[i] = cloc and ($clothingworntype ! 'average' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'average', i)
  211. i += 1
  212. if i <= ARRSIZE('average'):jump 'loopaverage'
  213. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  214. gs 'clothing', 'clothwidth'
  215. end
  216. if $ARGS[2] = 'fashionista':
  217. $ward_list_store = $ARGS[2]
  218. i = 1
  219. :loopexpensive
  220. if expensive[i] = 1 and expensiveS[i] = cloc and ($clothingworntype ! 'expensive' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'expensive', i)
  221. i += 1
  222. if i <= ARRSIZE('expensive'):jump 'loopexpensive'
  223. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  224. gs 'clothing', 'clothwidth'
  225. end
  226. if $ARGS[2] = 'moncheri':
  227. $ward_list_store = $ARGS[2]
  228. i = 1
  229. :loopformal
  230. if formal[i] = 1 and formalS[i] = cloc and ($clothingworntype ! 'formal' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'formal', i)
  231. i += 1
  232. if i <= ARRSIZE('formal'):jump 'loopformal'
  233. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  234. gs 'clothing', 'clothwidth'
  235. end
  236. if $ARGS[2] = 'sexshop':
  237. $ward_list_store = $ARGS[2]
  238. i = 1
  239. :loopfetish
  240. if fetish[i] = 1 and fetishS[i] = cloc and ($clothingworntype ! 'fetish' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'fetish', i)
  241. i += 1
  242. if i <= ARRSIZE('fetish'):jump 'loopfetish'
  243. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  244. gs 'clothing', 'clothwidth'
  245. i = 1
  246. :loopburlesque
  247. if burlesque[i] = 1 and burlesqueS[i] = cloc and ($clothingworntype ! 'burlesque' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'burlesque', i)
  248. i += 1
  249. if i <= ARRSIZE('burlesque'):jump 'loopburlesque'
  250. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  251. gs 'clothing', 'clothwidth'
  252. end
  253. if $ARGS[2] = 'exhibitshop':
  254. $ward_list_store = $ARGS[2]
  255. i = 1
  256. :loopexhibit
  257. if exhibit[i] = 1 and exhibitS[i] = cloc and ($clothingworntype ! 'exhibit' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'exhibit', i)
  258. i += 1
  259. if i <= ARRSIZE('exhibit'):jump 'loopexhibit'
  260. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  261. gs 'clothing', 'clothwidth'
  262. end
  263. if $ARGS[2] = 'dolls':
  264. cla
  265. $ward_list_store = $ARGS[2]
  266. i = 1
  267. :loopalternative
  268. if alternative[i] = 1 and alternativeS[i] = cloc and ($clothingworntype ! 'alternative' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'alternative', i)
  269. i += 1
  270. if i <= ARRSIZE('alternative'):jump 'loopalternative'
  271. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  272. gs 'clothing', 'clothwidth'
  273. end
  274. if $ARGS[2] = 'sports':
  275. $ward_list_store = $ARGS[2]
  276. i = 1
  277. :loopexercise
  278. if exercise[i] = 1 and exerciseS[i] = cloc and ($clothingworntype ! 'exercise' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'exercise', i)
  279. i += 1
  280. if i <= ARRSIZE('exercise'):jump 'loopexercise'
  281. act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  282. gs 'clothing', 'clothwidth'
  283. end
  284. '</table>'
  285. end
  286. end
  287. if $ARGS[0] = 'clothwidth':
  288. act 'Set image size for this view':
  289. Enable_clothwidth = input("Enter height in pixels you want for images on this page <br>(Default 150, min 50, max 500)")
  290. if Enable_clothwidth < 50:
  291. Enable_clothwidth = 50
  292. elseif Enable_clothwidth > 500:
  293. Enable_clothwidth = 500
  294. end
  295. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  296. end
  297. end
  298. if $ARGS[0] = 'view_clothing_item':
  299. !! ARGS 0 - view_clothing_item
  300. !! ARGS 1 = action type (wardrobe, shop, sell, resize)
  301. !! ARGS 2 - clothing type
  302. !! ARGS 3 - clothing index
  303. !! ARGS 4 - price for shop
  304. cla
  305. '<center><img src="<<FUNC(''$clothing_image'', $ARGS[2], ARGS[3])>>"></center>'
  306. gs 'clothing_attributes', $ARGS[2], ARGS[3]
  307. $RESULT = FUNC('$short_description', $ARGS[2], CloStyle2)
  308. $RESULT += '<<ARGS[3]>>'
  309. '<<$RESULT>>'
  310. if $ARGS[1] = 'cheap' and ARGS[2] = 414:
  311. 'A hessian sack the hunters gave you.'
  312. elseif $ARGS[2] ! 'coat' and $ARGS[2] ! 'swimwear':
  313. gs 'clothing_descriptions'
  314. '<<$description>>'
  315. else
  316. FUNC('$clothing_name', $ARGS[2], ARGS[3])
  317. end
  318. if CloBimbo = 1 and cheatbimbo = 0:'This item is considered bimbo clothing.'
  319. if CloStyle = 4:'This outfit can be used for prostitution.'
  320. if CloInhibit + 10 > pcs_inhib and CloInhibit <= pcs_inhib: 'You find this outfit more revealing than you are completely comfortable with but that makes it quite exciting too.'
  321. if $ARGS[2] = 'uniform':
  322. if CloStyle2 = 1:
  323. 'This outfit is considered to be a maid uniform.'
  324. elseif CloStyle2 = 3:
  325. 'This is a stripper outfit.'
  326. else
  327. 'This outfit is a server uniform, suitable for jobs that require one.'
  328. end
  329. end
  330. if $ARGS[2] = 'school':
  331. if CloSkirtShortness < 5 and CloThinness < 5 and CloBra = 0:
  332. '<font color="blue">This uniform complies with the school regulations on skirt length.</font>'
  333. elseif CloSkirtShortness = 5 and CloThinness < 5 and CloBra = 0:
  334. '<font color="blue">This uniform slightly breaches the school regulations on skirt length.</font>'
  335. else
  336. '<font color="red">This uniform makes a mockery of the school uniform regulations.</font>'
  337. end
  338. end
  339. if $ARGS[1] ! 'shop' and ($ARGS[2] ! 'school' or ARGS[3] ! 6):
  340. $RESULT = '(strength '
  341. dynamic '$RESULT += <<$ARGS[2]>>H[<<ARGS[3]>>]'
  342. if $ARGS[2] ! 'exercise' and $ARGS[2] ! 'coat' and CloStyle ! 5:
  343. $RESULT += ', hip size '
  344. dynamic '$RESULT += <<$ARGS[2]>>B[<<ARGS[3]>>]'
  345. end
  346. $RESULT += ')'
  347. '<<$RESULT>>'
  348. end
  349. if $ARGS[1] = 'shop':
  350. if dyneval('RESULT = <<$ARGS[2]>>[<<ARGS[3]>>]') = 1:
  351. 'You already own this item.'
  352. act 'Leave': gt $loc, $metka
  353. else
  354. if $ARGS[2] = 'coat' and ARGS[3] = 5:
  355. price = ARGS[4]
  356. else
  357. price = ('<<ARGS[4]>>' * ((5 * CloQuality) + 100) / 100) * 1000 / (1250 - Clothingstock[ARGS[3]]) * 3 / 2
  358. price = price / 50 * 50
  359. end
  360. 'Price: <<price>> <b>₽</b>'
  361. act 'Leave': gt $loc, $metka
  362. if CloInhibit > pcs_inhib:
  363. 'You don''t feel daring enough to wear an outfit this revealing and can''t bring yourself to buy it.'
  364. elseif money >= Price:
  365. act 'Buy':
  366. h = 0
  367. if CloStyle = 2:h = 10
  368. if CloStyle = 5:h = 20
  369. h += (3 * CloQuality)
  370. money -= price
  371. dynamic $ARGS[2] + '[<<ARGS[3]>>] = 1'
  372. if $ARGS[2] = 'cheap' or $ARGS[2] = 'office':
  373. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 70 + <<h>>'
  374. elseif $ARGS[2] = 'average':
  375. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 90 + <<h>>'
  376. elseif $ARGS[2] = 'formal':
  377. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 15 + <<h>>'
  378. elseif $ARGS[2] = 'fetish' or $ARGS[2] = 'exhibit' or $ARGS[2] = 'burlesque':
  379. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 35 + <<h>>'
  380. elseif $ARGS[2] = 'school' or $ARGS[2] = 'uniform':
  381. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 120 + <<h>>'
  382. elseif $ARGS[2] = 'exercise':
  383. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 100 + <<h>>'
  384. elseif $ARGS[2] = 'coat':
  385. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 250 + <<h>>'
  386. else
  387. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 60 + <<h>>'
  388. end
  389. dynamic $ARGS[2] + 'B[<<ARGS[3]>>] = pcs_hips'
  390. dynamic $ARGS[2] + 'S[<<ARGS[3]>>] = 0'
  391. gt $loc, $metka
  392. end
  393. else
  394. 'You cannot afford this outfit.'
  395. end
  396. end
  397. elseif $ARGS[1] = 'wardrobe':
  398. act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  399. if $ARGS[2] ! 'school' or ARGS[3] ! 6:
  400. !! if the clothing is worn out
  401. if dyneval('RESULT = <<$ARGS[2]>>H[<<ARGS[3]>>]') <= 0:
  402. 'This item is worn and is not suitable for further wear.'
  403. if pcs_sewng >= 60 and tkan > 0:
  404. cla
  405. 'You can repair this thanks to your sewing skill.'
  406. act 'Repair item':
  407. if rand (1, 100) < 30:
  408. cla
  409. tkan -= 1
  410. minut += 30
  411. dynamic $ARGS[2] + 'H[<<ARGS[3]>>] += 30'
  412. 'You spend 30 minutes fixing the outfit.'
  413. act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  414. else
  415. cla
  416. tkan += 3
  417. minut += 30
  418. dynamic $ARGS[2] + '[<<ARGS[3]>>] = 0'
  419. 'Despite your skill with a needle, this outfit has proved beyond repair. All that is left of it is only good for your cloth pile.'
  420. act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
  421. end
  422. end
  423. act 'Return': gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  424. end
  425. exit
  426. end
  427. !! if the clothing is a type that checks for hip size
  428. if $ARGS[2] ! 'exercise' and $ARGS[2] ! 'coat' and CloStyle ! 5:
  429. !! if the hipsize is too far from your hipsize
  430. dynamic 'RESULT = <<$ARGS[2]>>B[<<ARGS[3]>>]'
  431. if RESULT < pcs_hips - 8 or RESULT > pcs_hips + 8:
  432. if RESULT < pcs_hips:
  433. 'This item is too small for you to wear.'
  434. else
  435. 'This item is too large for you to wear.'
  436. end
  437. if pcs_sewng >= 60 and tkan > 0:
  438. cla
  439. 'You can resize this thanks to your sewing skill.'
  440. act 'Resize item':
  441. cla
  442. tkan -= 1
  443. minut += 30
  444. dynamic $ARGS[2] + 'B[<<ARGS[3]>>] = pcs_hips'
  445. 'You spend 30 minutes resizing the outfit.'
  446. act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  447. end
  448. act 'Return': gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  449. end
  450. exit
  451. end
  452. end
  453. end
  454. if $ARGS[2] ! 'coat' and $ARGS[2] ! 'swimwear':
  455. if CloInhibit > pcs_inhib:
  456. 'You don''t feel daring enough to wear an outfit this revealing.'
  457. elseif ARRPOS('$CloLosTyp', $ARGS[2]) ! -1 and ARRPOS('CloLosNum',ARGS[3]) ! -1 :
  458. 'You lost these clothes somewhere, maybe you can find them again?.'
  459. else
  460. act 'Wear':
  461. gs 'clothing', 'wear', $ARGS[2], ARGS[3]
  462. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  463. end
  464. end
  465. end
  466. elseif $ARGS[1] = 'store' or $ARGS[1] = 'unwanted':
  467. act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  468. if $ARGS[2] ! 'coat':
  469. act 'Move back to wardrobe':
  470. dynamic $ARGS[2] + 'S[<<ARGS[3]>>] = 0'
  471. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  472. end
  473. end
  474. elseif $ARGS[1] = 'sell':
  475. $ward_list_page = $ARGS[1]
  476. act 'Keep item':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  477. !! value is based on the strength remaining
  478. dynamic 'RESULT = <<$ARGS[2]>>H[<<ARGS[3]>>]'
  479. if RESULT > 45:
  480. 'You can sell this item for 500 <b>₽</b>.'
  481. act 'Sell':
  482. dynamic '<<$ARGS[2]>>[<<ARGS[3]>>] = 0'
  483. money += 500
  484. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  485. end
  486. elseif RESULT > 30:
  487. 'You can sell this item for 300 <b>₽</b>.'
  488. act 'Sell':
  489. dynamic '<<$ARGS[2]>>[<<ARGS[3]>>] = 0'
  490. money += 300
  491. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  492. end
  493. elseif RESULT > 0:
  494. 'You can sell this item for 100 <b>₽</b>.'
  495. act 'Sell':
  496. dynamic '<<$ARGS[2]>>[<<ARGS[3]>>] = 0'
  497. money += 100
  498. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  499. end
  500. else
  501. 'This item is too worn to have any sale value.'
  502. act 'Throw it away':
  503. dynamic '<<$ARGS[2]>>[<<ARGS[3]>>] = 0'
  504. gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  505. end
  506. end
  507. elseif $ARGS[1] = 'resize':
  508. act 'Leave item alone':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
  509. if $ARGS[2] ! 'exercise' and $ARGS[2] ! 'coat' and CloStyle ! 5:
  510. if dyneval('RESULT = <<$ARGS[2]>>B[<<ARGS[3]>>]') ! pcs_hips and money >= 500:
  511. 'You can have this resized for 500 <b>₽</b>.'
  512. act 'Resize':
  513. money -= 500
  514. dynamic '<<$ARGS[2]>>B[<<ARGS[3]>>] = pcs_hips'
  515. gt 'clothing', 'view_clothing_list', 'resize'
  516. end
  517. end
  518. end
  519. end
  520. end
  521. if $ARGS[0] = 'strip':
  522. !$ARGS[1] = location when stripping outdoors
  523. if $clothingworntype = 'nude': exit
  524. cumspclnt = 6
  525. gs 'cum_cleanup'
  526. if cloth_vid = 1:
  527. last_vid = 1
  528. else
  529. last_vid = 0
  530. end
  531. if $clothingworntype = 'school':schtype = clothingwornnumber
  532. if $ARGS[1] ! '' :
  533. DYNAMIC '$CloLos<<$clothingworntype>>[<<clothingwornnumber>>]=<<$ARGS[1]>>'
  534. $CloLosLoc[] = $ARGS[1]
  535. $CloLosTyp[$ARGS[1]] = $clothingworntype
  536. CloLosNum[$ARGS[1]] = clothingwornnumber
  537. CloLosDay[$ARGS[1]] = daystart
  538. KILLVAR '$lastwornclothingtype'
  539. KILLVAR 'lastwornclothingnumber'
  540. else
  541. $lastwornclothingtype = $clothingworntype
  542. lastwornclothingnumber = clothingwornnumber
  543. end
  544. $clothingworntype = 'nude'
  545. clothingwornnumber = 0
  546. CloQuality = 0
  547. CloThinness = 0
  548. CloTopCut = 0
  549. CloBra = 0
  550. CloPantsShortness = 0
  551. CloSkirtShortness = 0
  552. CloPanties = 0
  553. CloStyle = 0
  554. CloStyle2 = 0
  555. CloBimbo = 0
  556. PShoQuaility = 0
  557. PShoCut = 0
  558. PShoHeels = 0
  559. PShoStyle = 0
  560. PCloQuality = 0
  561. PCloThinness = 0
  562. PCloTopCut = 0
  563. PCloPants = 0
  564. PCloSkirt = 0
  565. PCloStyle = 0
  566. PCloStyle2 = 0
  567. PCloBimbo = 0
  568. PCloInhibit = 0
  569. PXCloThinness = 0
  570. PXCloTopCut = 0
  571. PXCloBottomShortness = 0
  572. glamur = 0
  573. sport = 0
  574. ski = 0
  575. ofclo = 0
  576. sexual = 0
  577. odevnesh = 0
  578. ! WD: Bimbo look
  579. cloth_vid = 0
  580. exhibiHideNewCloth = 0
  581. end
  582. if $ARGS[0] = 'recover_lost_clothes':
  583. !$ARGS[1] = location
  584. !ARGS[2] = 1 : wear the clothes, ARGS[2] = 2 : Return to shop (lost FOREVAH!)
  585. $cloLoc = $ARGS[1]
  586. cloAction = ARGS[2]
  587. $clothType = $CloLosTyp[$cloLoc]
  588. clothNumber = CloLosNum[$cloLoc]
  589. dayLost = CloLosDay[$cloLoc]
  590. DYNAMIC 'KILLVAR ''$CloLos<<$clothingworntype>>'', <<clothingwornnumber>>'
  591. findLocInd = ARRPOS('$CloLosTyp', $clothType)
  592. KILLVAR '$CloLosTyp', findLocInd
  593. findLocInd = ARRPOS('CloLosNum', clothNumber)
  594. KILLVAR 'CloLosNum', findLocInd
  595. findLocInd = ARRPOS('CloLosDay', CloLosDay[$cloLoc])
  596. KILLVAR 'CloLosDay', findLocInd
  597. findLocInd = ARRPOS('$CloLosLoc', $cloLoc)
  598. KILLVAR '$CloLosLoc', findLocationIndex
  599. KILLVAR 'findLocInd'
  600. if cloAction = 1:
  601. gs 'clothing', 'wear', $clothType, clothNumber
  602. elseif cloAction = 2 :
  603. dynamic $clothType + 'S[<<clothNumber>>] = 1'
  604. end
  605. KILLVAR '$cloLoc'
  606. KILLVAR 'cloAction'
  607. KILLVAR '$clothType'
  608. KILLVAR 'clothNumber'
  609. end
  610. if $ARGS[0] = 'wear':
  611. !! ARGS 0 - action
  612. !! ARGS 1 - clothing type name
  613. !! ARGS 2 - clothing index
  614. gs 'clothing', 'strip'
  615. $clothingworntype = $ARGS[1]
  616. clothingwornnumber = ARGS[2]
  617. dynamic $ARGS[1] + 'W[<<ARGS[2]>>] = 1'
  618. gs 'clothing_attributes', $ARGS[1], ARGS[2]
  619. dynamic '<<$ARGS[1]>>S[<<ARGS[2]>>] = 0'
  620. PCloQuality = CloQuality
  621. PCloThinness = CloThinness
  622. PCloTopCut = CloTopCut
  623. PCloBra = CloBra
  624. PCloPants = CloPantsShortness
  625. PCloSkirt = CloSkirtShortness
  626. PCloPanties = CloPanties
  627. PCloStyle = CloStyle
  628. PCloStyle2 = CloStyle2
  629. PCloInhibit = CloInhibit
  630. if cheatbimbo = 0:
  631. PCloBimbo = CloBimbo
  632. if CloBimbo = 1: bimbocl = 1
  633. if CloBimbo = 0: bimbocl = 0
  634. else
  635. PCloBimbo = 0
  636. CloBimbo = 0
  637. bimbocl = 0
  638. end
  639. if PCloTopCut > 1:
  640. if tits = 2 or tits = 3:PCloTopCut += 1
  641. if tits = 4 or tits = 5:PCloTopCut += 2
  642. if tits >= 6:PCloTopCut += 3
  643. end
  644. !Calculations for clothing beauty, multiplied by natural beauty
  645. if PCloThinness > 0:
  646. if PCloThinness = 1:
  647. PXCloThinness = 25
  648. elseif PCloThinness = 2:
  649. PXCloThinness = 50
  650. elseif PCloThinness = 3:
  651. PXCloThinness = 100
  652. elseif PCloThinness = 4:
  653. PXCloThinness = 150
  654. elseif PCloThinness = 5:
  655. PXCloThinness = 200
  656. elseif PCloThinness = 6:
  657. PXCloThinness = 300
  658. elseif PCloThinness >= 7:
  659. PXCloThinness = 400
  660. end
  661. end
  662. if PCloTopCut > 0:
  663. if PCloTopCut = 1:
  664. PXCloTopCut = 25
  665. elseif PCloTopCut = 2:
  666. PXCloTopCut = 50
  667. elseif PCloTopCut = 3:
  668. PXCloTopCut = 100
  669. elseif PCloTopCut = 4:
  670. PXCloTopCut = 150
  671. elseif PCloTopCut = 5:
  672. PXCloTopCut = 200
  673. elseif PCloTopCut = 6:
  674. PXCloTopCut = 300
  675. elseif PCloTopCut >= 7:
  676. PXCloTopCut = 400
  677. end
  678. end
  679. if PCloBra = 1:
  680. PXCloTopCut = 400
  681. elseif PCloBra = 2:
  682. PXCloTopCut = 500
  683. end
  684. if PCloSkirt > 0:
  685. if PCloSkirt = 1:
  686. PXCloBottomShortness = 25
  687. elseif PCloSkirt = 2:
  688. PXCloBottomShortness = 50
  689. elseif PCloSkirt = 3:
  690. PXCloBottomShortness = 100
  691. elseif PCloSkirt = 4:
  692. PXCloBottomShortness = 150
  693. elseif PCloSkirt = 5:
  694. PXCloBottomShortness = 200
  695. elseif PCloSkirt = 6:
  696. PXCloBottomShortness = 300
  697. elseif PCloSkirt >= 7:
  698. PXCloBottomShortness = 400
  699. end
  700. end
  701. if PCloPants > 0:
  702. if PCloPants = 1:
  703. PXCloBottomShortness = 25
  704. elseif PCloPants = 2:
  705. PXCloBottomShortness = 50
  706. elseif PCloPants = 3:
  707. PXCloBottomShortness = 100
  708. elseif PCloPants = 4:
  709. PXCloBottomShortness = 150
  710. elseif PCloPants = 5:
  711. PXCloBottomShortness = 200
  712. elseif PCloPants = 6:
  713. PXCloBottomShortness = 300
  714. elseif PCloPants >= 7:
  715. PXCloBottomShortness = 400
  716. end
  717. end
  718. if PCloPanties = 1: PXCloBottomShortness = 400
  719. end
  720. if $ARGS[0] = 'wear_last_worn':
  721. !!contingency
  722. if $lastwornclothingtype = '': $lastwornclothingtype = 'nude'
  723. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  724. end
  725. if $ARGS[0] = 'swamp_clothes':
  726. if ARGS[1] = 1:
  727. !hessian clothing to owned, sets size and equipped.
  728. cheap[414] = 1
  729. cheapS[414] = 0
  730. cheapH[414] = 100
  731. cheapB[414] = pcs_hips
  732. swamp_clothes = 1
  733. gs 'clothing', 'wear', 'cheap', 414
  734. end
  735. if ARGS[1] = 0:
  736. !hessian clothing no longer owned, but not unequipped.
  737. cheap[414] = 0
  738. swamp_clothes = 0
  739. end
  740. end
  741. --- clothing ---------------------------------