shop.qsrc 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. # shop
  2. !! This is the supermarket, located in several places
  3. !! Main entrance
  4. if $ARGS[0] = 'start':
  5. $menu_loc = 'shop'
  6. $menu_arg = 'start'
  7. menu_off = 0
  8. CLOSE ALL
  9. $location_type = 'public_indoors'
  10. gs 'themes', 'indoors'
  11. if sound = 0:PLAY 'sound/shop.mp3',30
  12. $shoplocation = 'main'
  13. end
  14. if $ARGS[0] = 'start' or $ARGS[0] = 'move': minut += 1
  15. !! Main area
  16. if $shoplocation = 'main':
  17. *clr & cla
  18. '<center><b><font color="maroon">Supermarket</font></b></center>'
  19. '<center><img <<$set_imgh>> src="images/locations/shared/store/shop.jpg"></center>'
  20. if hour < 8 or hour > 20:
  21. 'The supermarket is currently closed.'
  22. if $loc = 'shop':
  23. if $loc_bak = 'shop':
  24. $loc = torgpred
  25. else
  26. $loc = $loc_bak
  27. end
  28. end
  29. act 'Leave the store':minut += 3 & gt $loc
  30. exit
  31. end
  32. 'In the hall stands an <a href="exec:$shoplocation = ''ATM'' & gt ''shop'', ''move''">ATM</a>, from which you can withdraw money from your bank account.'
  33. 'There is a branch of communication giants <a href="exec:$shoplocation = ''megafon'' & gt ''shop'', ''move''">MegaFon</a>.'
  34. 'On the other side is on the wall <a href="exec: gs ''noticeboard'',''start''">Public notice board</a>, where you can check various private and official advertisement.'
  35. '<br>Most of the space in the supermarket is taken up by the <a href="exec:$shoplocation = ''grocery'' & gt ''shop'', ''move''">grocery department</a>, but the store has many smaller departments as well. <a href="exec:$shoplocation=''cosmetics'' & gt ''shop'', ''move''">Cosmetics</a>, <a href="exec:$shoplocation = ''hardware'' & gt ''shop'', ''move''">hardware</a>, <a href="exec:$shoplocation = ''clothing'' & gt ''shop'', ''move''">clothing</a> and the department of <a href="exec:$shoplocation = ''tech'' & gt ''shop'', ''move''">household appliances</a>. Not far from the entrance is a <a href="exec:$shoplocation = ''icecream'' & gt ''shop'', ''move''">counter selling ice cream</a>.'
  36. gs 'stat'
  37. gs 'themes', 'indoors'
  38. !! The store in the town and in the altstart only
  39. if $loc = 'pav_commercial' and StoryLine = 1:
  40. if week < 6 and hour >= 8 and hour < 16:
  41. *nl
  42. 'Your sister <a href="exec:$shoplocation = ''Anya'' & gt ''shop'', ''move''">Anya</a> is sitting at the cash register.'
  43. end
  44. end
  45. !! Store in the residential district
  46. if $loc = 'city_residential':
  47. if rand(1, 20) = 20:
  48. if dimaQW = 0:
  49. 'By the store entrance a man is looking at you appreciatively.'
  50. act 'Return the look':gt 'event', 'dima'
  51. elseif dimaQW = 1:
  52. 'In the lobby of the store you notice Dima and you are frozen with fear, you want to run, but your legs won''t respond.'
  53. 'Your heart is thumping in your chest, your vision narrows, you feel faint.'
  54. act 'Pass out':gt 'event', 'scoreslut1'
  55. else
  56. 'You meet the same Dima who''s friend fucked and abused you. Dima grins confidently and says, "Hello."'
  57. act 'Hello':
  58. cla
  59. '"Come with me, My wife''s away", says Dima.'
  60. gs 'willpower', 'sex', 'resist'
  61. if will_cost <= pcs_willpwr:
  62. act 'Fuck no (<<will_cost>> Willpower)':
  63. gs 'willpower', 'pay', 'resist'
  64. gt 'shop', 'start'
  65. end
  66. else
  67. act 'Fuck no (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  68. end
  69. act 'I deserve this':
  70. *clr & cla
  71. if rand(1, 2) = 1:
  72. cla
  73. oral += 1
  74. pcs_throat += 1
  75. spafinloc = 12
  76. gs 'cum_manage'
  77. swallow += 1
  78. 'Dima takes you to his house and orders you to lie across the sofa. You get on into position, he calls you a bitch and a starts fucking you in the mouth.'
  79. '<center><img <<$set_imgh>> src="images/locations/city/residential/street/sex/gostdt2.jpg"></center>'
  80. 'Dima finally finishes in your mouth, you obediently swallow and lick the remnants of sperm off his big cock.'
  81. gs 'arousal', 'bj', 10, 'sub', 'deepthroat', 'humiliation'
  82. gs 'arousal', 'end'
  83. gs 'stat'
  84. act 'Leave': minut += 3 & gt 'city_residential'
  85. else
  86. cla
  87. gs 'pain', 6, 'asscheeks', 'slap'
  88. spafinloc = 4
  89. gs 'cum_manage'
  90. spank += 1
  91. boom = 5
  92. 'Dima has brings you to his house and right in the corridor begins to kiss and undress you. When you are naked he takes you to the bathroom.'
  93. 'There he unscrews the shower-head and puts the hose in your ass. Quickly you feel the fullness and Dima sits you on the toilet. After the rough enema, he bends you over and puts his big dick in your ass.'
  94. '<center><img <<$set_imgh>> src="images/locations/city/residential/street/sex/gostanal2.jpg"></center>'
  95. 'Dima fucks you in the ass whilst slapping your butt, at first it is painful, but gradually you get it and it feels amazing. Finally, your ass fills with hot liquid and Dima moans and grabs your buttocks.'
  96. gs 'arousal', 'anal', 30, 'sub', 'rough', 'humiliation'
  97. gs 'arousal', 'end'
  98. gs 'stat'
  99. act 'Leave': minut += 3 & gt 'city_residential'
  100. end
  101. end
  102. end
  103. end
  104. end
  105. end
  106. '<br>The store is crowded with shoppers.'
  107. !! This is connected to the trade mission
  108. if TorgPredZ > 0:
  109. !! the location of the shop hasn''t been done today
  110. if ($loc = 'city_residential' and StreetShopTPday ! daystart) or ($loc = 'city_industrial' and nordShopTPday ! daystart) or ($loc = 'torgcentr' and downShopTPday ! daystart):
  111. act 'Arrange products':
  112. *clr & cla
  113. if $loc = 'city_residential':StreetShopTPday = daystart
  114. if $loc = 'city_industrial':nordShopTPday = daystart
  115. if $loc = 'torgcentr':downShopTPday = daystart
  116. mtprand = rand(40, 130)
  117. minut += mtprand
  118. TorgPredZ -= 1
  119. TorgPredZV += 1
  120. gs 'stat'
  121. '<center><img <<$set_imgh>> src="images/locations/shared/store/shop.jpg"></center>'
  122. 'You arranged the products for quite a while and when I finally managed, then went to the cashier and you check it struck.'
  123. act 'Exit':gt 'shop', 'start'
  124. end
  125. end
  126. end
  127. act 'Leave the store': minut += 3 & gt $loc
  128. exit
  129. end
  130. if $shoplocation = 'ATM':
  131. '<center><b><font color="maroon">ATM</font></b></center>'
  132. '<center><img <<$set_imgh>> src="images/locations/shared/store/atm.jpg"></center>'
  133. if bankAccount = 1:
  134. if karta >= 0:
  135. 'You have <<karta>> <b>₽</b> in your account.'
  136. 'You have an overdraft limit of <font color="blue"><<bankDebtLimit>></font>!'
  137. else
  138. 'You are overdrawn by <font color="red"><<-1 * karta>> <b>₽</b></font>.'
  139. 'You have a remaining credit limit of <font color="blue"><<bankDebtLimit + karta>></font>!'
  140. end
  141. '<br>ATM Deposit Fee: 100 <b>₽</b>'
  142. if atmDeposit = 0:
  143. act 'Deposit money':
  144. cla
  145. minut += 5
  146. kartaINATM = input ("How much money you want to deposit into the account? Note: A service charge of 100 <b>₽</b> will be deducted from the amount deposited.")
  147. if kartaINATM < 100 or kartaINATM > money:
  148. 'This is not a valid input.'
  149. else
  150. atmDeposit += kartaINATM - 100
  151. atmDepositDate = daystart + 2
  152. money -= kartaINATM
  153. '<br>You deposited <<kartaINATM>> <b>₽</b> into your account.'
  154. 'It will take 2 days for funds to be available. Your new balance will be <<karta+atmDeposit>> <b>₽</b>.'
  155. end
  156. gs 'stat'
  157. act 'Move away': gt 'shop'
  158. end
  159. else
  160. '<br>★ Processing deposit of <<atmDeposit>> <b>₽</b> in <<atmDepositDate - daystart>> days.'
  161. end
  162. if karta + bankDebtLimit > 0:
  163. act 'Withdraw money from the ATM':
  164. cla
  165. minut += 5
  166. kartaOUT = input ("How much money you want to withdraw?")
  167. if kartaOUT <= 0 or kartaOUT > karta + bankDebtLimit:
  168. '<br>Invalid operation.'
  169. else
  170. karta -= kartaOUT
  171. money += kartaOUT
  172. if karta > 0:
  173. '<br>You withdraw <<kartaOUT>> <b>₽</b>. You have <<karta>> <b>₽</b> left in your bank account.'
  174. elseif karta = 0:
  175. '<br>You withdraw <<kartaOUT>> <b>₽</b>. You have no money left in your bank account.'
  176. else
  177. '<br>You withdraw <<kartaOUT>> <b>₽</b>. <font color="red">Your bank account is overdrawn by <b><<karta>> ₽</b>.</font>'
  178. end
  179. end
  180. gs 'stat'
  181. act 'Move away': gt 'shop'
  182. end
  183. else
  184. 'You have maxed out your overdraft.'
  185. end
  186. else
  187. 'You don''t have a bank account yet!'
  188. end
  189. act 'Move away':gt 'shop', 'start'
  190. end
  191. if $shoplocation = 'grocery':
  192. *clr & cla
  193. '<center><b><font color="maroon">Grocery</font></b></center>'
  194. '<center><img <<$set_imgh>> src="images/locations/shared/store/shop1.jpg"></center>'
  195. if hour < 8 or hour > 20:
  196. 'The grocery is currently closed.'
  197. act 'Leave the grocery':gt 'shop', 'start'
  198. exit
  199. end
  200. !! output from purchase
  201. if $message ! '':
  202. '<center>'+$message+'</center>'
  203. killvar '$message'
  204. else
  205. ''
  206. end
  207. *pl '<center><table align="center" width=80%>'
  208. *p func ('$stock_item', 1, 'Regular food', 80, 'eda', $curloc)
  209. *p func ('$stock_item', 10, 'Regular food', 800, 'eda', $curloc)
  210. *p func ('$stock_item', 1, 'Diet food', 300, 'edaD', $curloc)
  211. *p func ('$stock_item', 10, 'Diet food', 3000, 'edaD', $curloc)
  212. *p func ('$stock_item', 10, 'Tea biscuits', 400, 'pranik', $curloc)
  213. *p func ('$single_stock_item', 1, 'Bottle of water', 100, 'bottle', $curloc, '', iif(bag > 0, 0, 1), 'You need a handbag')
  214. *p func ('$single_stock_item', 1, 'Sandwich', 100, 'buterbrod', $curloc, '', iif(bag > 0, 0, 1), 'You need a handbag')
  215. *p func ('$single_stock_item', 1, 'Cheap Bottle of wine', 200, 'wine', $curloc, '', iif(bag > 0, 0, 1), 'You need a handbag')
  216. *p '</table></center>'
  217. gs 'stat'
  218. gs 'themes', 'indoors'
  219. act 'Leave the grocery':gt 'shop', 'start'
  220. end
  221. if $shoplocation= 'cosmetics':
  222. *clr & cla
  223. '<center><b><font color="maroon">Cosmetics Department</font></b></center>'
  224. '<center><img <<$set_imgh>> src="images/locations/shared/store/shop2.jpg"></center>'
  225. if hour < 8 or hour > 20:
  226. 'The cosmetics department is currently closed.'
  227. act 'Leave the cosmetics department':gt 'shop', 'start'
  228. exit
  229. end
  230. !! output from purchase
  231. if $message ! '':
  232. '<center>'+$message+'</center>'
  233. killvar '$message'
  234. else
  235. ''
  236. end
  237. *pl '<center><table align="center" width=80%>'
  238. *p func ('$stock_item', 50, 'Cosmetics', 1300, 'kosmetica', $curloc)
  239. *P func ('$stock_item', 30, 'Lip balm', 127, 'lipbalm', $curloc)
  240. *p func ('$stock_item', 10, 'Plain false lashes', 1500, 'falselashesplain',$curloc)
  241. *p func ('$stock_item', 3, 'Mink false lashes', 900, 'falselashesmink',$curloc)
  242. *p func ('$stock_item', 25, 'Razors (number of shaves)', 350, 'stanok', $curloc)
  243. *p func ('$stock_item', 20, 'Sunblock', 500, 'krem', $curloc)
  244. *p func ('$stock_item', 40, 'Deodorant', 200, 'deodorant', $curloc)
  245. *p func ('$stock_item', 20, 'Tampons', 200, 'tampon', $curloc)
  246. *p func ('$stock_item', 20, 'Sanitary napkins', 100, 'sanpad', $curloc)
  247. *p func ('$stock_item', 30, 'Shampoo', 250, 'shampoo', $curloc)
  248. *p func ('$stock_item', 10, 'Hair scrunchies', 80, 'hscrunch', $curloc)
  249. *p func ('$stock_item', 12, 'Hair pins', 100, 'hpingrip', $curloc)
  250. *p func ('$stock_item', 10, 'Wipes', 50, 'salfetka', $curloc, '', iif(bag > 0, 0, 1), 'You need a handbag')
  251. *p func ('$stock_item', 10, 'Portable makeup', 700, 'kosmetitka', $curloc, '', iif(bag > 0, 0, 1), 'You need a handbag')
  252. *p func ('$stock_item', 20, 'Mouthwash', 150, 'mouthwash', $curloc, '', iif(bag > 0, 0, 1), 'You need a handbag')
  253. *p func ('$single_stock_item', 1, 'Comb', 150, 'greben', $curloc, '', iif(bag > 0, 0, 1), 'You need a handbag')
  254. *p func ('$single_stock_item', 1, 'Compact Mirror', 1150, 'compact_mirror', $curloc, '', iif(bag > 0, 0, 1), 'You need a handbag')
  255. *p '</table></center>'
  256. gs 'stat'
  257. gs 'themes', 'indoors'
  258. act 'Leave the cosmetics department': gt 'shop', 'start'
  259. if $loc = 'torgcentr': gs 'shoplifting', 'city'
  260. end
  261. if $shoplocation = 'hardware':
  262. *clr & cla
  263. '<center><b><font color="maroon">Division of household goods</font></b></center>'
  264. '<center><img <<$set_imgh>> src="images/locations/shared/store/shop3.jpg"></center>'
  265. if hour < 8 or hour > 20:
  266. 'The hardware department is currently closed.'
  267. act 'Leave the hardware department':gt 'shop', 'start'
  268. exit
  269. end
  270. !! output from purchase
  271. if $message ! '':
  272. '<center>'+$message+'</center>'
  273. killvar '$message'
  274. else
  275. ''
  276. end
  277. *pl '<center><table align="center" width=80%>'
  278. *p func ('$stock_item', 20, 'Dishwashing detergent', 500, 'fairy', $curloc)
  279. *p func ('$stock_item', 30, 'Clothing detergent', 500, 'poroshok', $curloc)
  280. *p func ('$stock_item', 5, 'Plates', 450, 'cltarelka', $curloc)
  281. *p func ('$stock_item', 5, 'Fabric', 250, 'tkan', $curloc)
  282. *p func ('$single_stock_item', 1, 'Sewing kit', 500, 'sewing_kit', $curloc)
  283. *p func ('$single_stock_item', 1, 'Umbrella', 1000, 'umbrella', $curloc, '', iif(bag > 0, 0, 1), 'You need a purse')
  284. *p '</table></center>'
  285. *nl
  286. gs 'stat'
  287. gs 'themes', 'indoors'
  288. act 'Leave the hardware department':gt 'shop', 'start'
  289. 'On the counter you can see fabric suitable for sewing. It''s sold in large squares costing 50 <b>₽</b> each. You have <<tkan>> squares of fabric.'
  290. if pod_whore_countQW > 15 and paint_blue = 0 and money >= 200:
  291. act 'Buy paint to cover graffiti 200 <b>₽</b>.':
  292. money -= 200
  293. paint_blue = 1
  294. gt 'shop', '<font color="green">You bought a tin of paint.</font>'
  295. end
  296. end
  297. end
  298. if $shoplocation = 'clothing':
  299. *clr & cla
  300. '<center><b><font color="maroon">Department of Women''s Clothing</font></b></center>'
  301. '<center><img <<$set_imgh>> src="images/locations/shared/store/shop4.jpg"></center>'
  302. if hour < 8 or hour > 20:
  303. 'The women''s clothing department is currently closed.'
  304. act 'Leave the women''s clothing department':gt 'shop', 'start'
  305. exit
  306. else
  307. if $message ! '':
  308. '<center>'+$message+'</center>'
  309. killvar '$message'
  310. else
  311. ''
  312. end
  313. 'Women''s clothing at unbeatable prices, panties and bras 300<b>₽</b> each'
  314. gs 'stat'
  315. gs 'themes', 'indoors'
  316. act 'Leave the women''s clothing department':gt 'shop', 'start'
  317. act 'View clothing': $shoplocation = 'clothing1' & gt 'shop'
  318. act 'View underwear': $shoplocation = 'underwear' & gt 'shop'
  319. if swimwear[4] = 0:
  320. act 'View swimwear':
  321. *clr & cla
  322. '<center><img <<$set_imgh>> src="images/pc/clothing/12swimwear/4.jpg"></center>'
  323. gs 'clothing_attributes', 'swimwear', 4
  324. 'Swimwear 4'
  325. func('$clothing_name', 'swimwear', 4)
  326. if CloInhibit > pcs_inhib:'You don''t feel daring enough to buy an outfit this revealing.'
  327. 'Costs 1,000 <b>₽</b>.'
  328. act 'Leave':gt 'shop'
  329. if money >= 1000 and CloInhibit <= pcs_inhib:
  330. act 'Buy':
  331. cla
  332. money -= 1000
  333. swimwear[4] = 1
  334. swimwearH[4] = 60
  335. swimwearB[4] = pcs_hips
  336. gt 'shop', '<font color="green">You bought <b>swimwear 4</b>.</font>'
  337. end
  338. end
  339. end
  340. end
  341. if coat[1] = 0:
  342. act 'View coats':
  343. *clr & cla
  344. '<center><img <<$set_imgh>> src="images/pc/clothing/11coat/1.jpg"></center>'
  345. gs 'clothing_attributes', 'coat', 1
  346. 'Coat 1'
  347. func('$clothing_name', 'coat', 1)
  348. if CloInhibit > pcs_inhib:'You don''t feel daring enough to buy an outfit this revealing.'
  349. 'Costs 1,400 <b>₽</b>.'
  350. act 'Leave':gt 'shop'
  351. if money >= 1400 and CloInhibit <= pcs_inhib:
  352. act 'Buy':
  353. cla
  354. money -= 1400
  355. coat[1] = 1
  356. coatH[1] = 60
  357. gt 'shop', '<font color="green">You bought <b>coat 1</b>.</font>'
  358. end
  359. end
  360. end
  361. end
  362. if konki!1:
  363. 'A pair of ice-skates are available for 3000 <b>₽</b>.'
  364. if money >= 3000:
  365. act 'Buy ice skates (3000 <b>₽</b>)':
  366. *clr & cla
  367. money -= 3000
  368. konki = 1
  369. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/konki_shop.jpg"></center>'
  370. 'You buy a pair of skates.'
  371. act 'Move away from the counter':gt'shop'
  372. end
  373. end
  374. end
  375. end
  376. end
  377. if $shoplocation = 'clothing1':
  378. *clr & cla
  379. if $loc ! 'shop': $loc_bak = $loc
  380. $loc = 'shop'
  381. '<center><B>Click on an outfit to view details</B></center>'
  382. if office[1] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''office'', 1, 3000"><img src="images/pc/clothing/5office/1.jpg" height="250" /></a>'
  383. if office[2] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''office'', 2, 3000"><img src="images/pc/clothing/5office/2.jpg" height="250" /></a>'
  384. *nl
  385. if cheap[68] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''cheap'', 68, 1500"><img src="images/pc/clothing/1cheap/68.jpg" height="250" /></a>'
  386. if cheap[3] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''cheap'', 3, 1500"><img src="images/pc/clothing/1cheap/3.jpg" height="250" /></a>'
  387. if cheap[80] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''cheap'', 80, 1500"><img src="images/pc/clothing/1cheap/80.jpg" height="250" /></a>'
  388. if cheap[10] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''cheap'', 10, 1500"><img src="images/pc/clothing/1cheap/10.jpg" height="250" /></a>'
  389. if cheap[45] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''cheap'', 45, 1500"><img src="images/pc/clothing/1cheap/45.jpg" height="250" /></a>'
  390. if cheap[51] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''cheap'', 51, 1500"><img src="images/pc/clothing/1cheap/51.jpg" height="250" /></a>'
  391. *nl
  392. if exercise[4] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''exercise'', 4, 3000"><img src="images/pc/clothing/7exercise/4.jpg" height="250" /></a>'
  393. if exercise[20] = 0: *p '<a href="exec:gt ''clothing'', ''view_clothing_item'', ''shop'', ''exercise'', 20, 3000"><img src="images/pc/clothing/7exercise/20.jpg" height="250" /></a>'
  394. act 'Return':
  395. $loc = $loc_bak
  396. $shoplocation = 'clothing'
  397. gt 'shop'
  398. end
  399. end
  400. !! Women''s clothing underwear viewer
  401. if $shoplocation = 'underwear':
  402. *clr & cla
  403. if $loc ! 'shop': $loc_bak = $loc
  404. $loc = 'shop'
  405. '<center><B>Click on an item to view details</B></center>'
  406. if basic_panties[7] = 0:*p '<a href="exec:gt ''panties'', ''view_panty_item'', ''shop'', ''cheap'', 7, 300"><img src="images/pc/panties/basic/7.jpg" height="250" /></a>'
  407. if basic_panties[9] = 0:*p '<a href="exec:gt ''panties'', ''view_panty_item'', ''shop'', ''cheap'', 9, 300"><img src="images/pc/panties/basic/9.jpg" height="250" /></a>'
  408. if basic_panties[12] = 0:*p '<a href="exec:gt ''panties'', ''view_panty_item'', ''shop'', ''cheap'', 12, 300"><img src="images/pc/panties/basic/12.jpg" height="250" /></a>'
  409. if basic_panties[21] = 0:*p '<a href="exec:gt ''panties'', ''view_panty_item'', ''shop'', ''cheap'', 21, 300"><img src="images/pc/panties/basic/21.jpg" height="250" /></a>'
  410. if basic_panties[37] = 0:*p '<a href="exec:gt ''panties'', ''view_panty_item'', ''shop'', ''cheap'', 37, 300"><img src="images/pc/panties/basic/37.jpg" height="250" /></a>'
  411. *nl
  412. if basic_bras[11] = 0:*p '<a href="exec:gt ''bras'', ''view_bra_item'', ''shop'', ''cheap'', 11, 300"><img src="images/pc/bras/basic/11.jpg" height="250" /></a>'
  413. if basic_bras[12] = 0:*p '<a href="exec:gt ''bras'', ''view_bra_item'', ''shop'', ''cheap'', 12, 300"><img src="images/pc/bras/basic/12.jpg" height="250" /></a>'
  414. if basic_bras[16] = 0:*p '<a href="exec:gt ''bras'', ''view_bra_item'', ''shop'', ''cheap'', 16, 300"><img src="images/pc/bras/basic/16.jpg" height="250" /></a>'
  415. if basic_bras[18] = 0:*p '<a href="exec:gt ''bras'', ''view_bra_item'', ''shop'', ''cheap'', 18, 300"><img src="images/pc/bras/basic/18.jpg" height="250" /></a>'
  416. act 'Return':
  417. $loc = $loc_bak
  418. $shoplocation = 'clothing'
  419. gt 'shop'
  420. end
  421. end
  422. !! Household appliances
  423. if $shoplocation = 'tech':
  424. *clr & cla
  425. '<center><b><font color="maroon">Department of household appliances</font></b></center>'
  426. '<center><img <<$set_imgh>> src="images/locations/shared/store/shop5.jpg"></center>'
  427. if hour < 8 or hour > 20:
  428. 'The household appliance department is currently closed.'
  429. act 'Leave the appliance department':gt 'shop', 'start'
  430. exit
  431. end
  432. if $message ! '':
  433. '<center>'+$message+'</center>'
  434. killvar '$message'
  435. else
  436. ''
  437. end
  438. *pl '<center><table align="center" width=80%>'
  439. *p func ('$single_stock_item', 1, 'Small TV', 15000, 'TV', $curloc, '', iif(home_owned[1] > 0 or home_owned[3] > 0 or home_owned[4] = 1 or home_owned[5] > 2, 0, 1), 'You need your own home')
  440. *p func ('$single_stock_item', 2, 'Large Plasma TV', 30000, 'TV', $curloc, '', iif(home_owned[1] > 0 or home_owned[3] > 0 or home_owned[4] = 1 or home_owned[5] > 2, 0, 1), 'You need your own home')
  441. *p func ('$single_stock_item', 1, 'Computer', 40000, 'komp', $curloc)
  442. *p func ('$single_stock_item', 1, 'Computer game Dead Sunset', 800, 'GameCD2', $curloc, '', iif(komp > 0, 0, 1), 'You need a computer')
  443. *p func ('$single_stock_item', 1, 'Dishwasher', 28000, 'posudomashina', $curloc, '', iif(home_owned[1] > 0 or home_owned[3] > 0 or home_owned[4] = 1 or home_owned[5] > 2, 0, 1), 'You need your own home')
  444. *p func ('$single_stock_item', 1, 'Washing machine', 30000, 'stiralka', $curloc, '', iif(home_owned[1] > 0 or home_owned[3] > 0 or home_owned[4] = 1 or home_owned[5] > 2, 0, 1), 'You need your own home')
  445. *p func ('$single_stock_item', 1, 'Camera', 20000, 'zenit', $curloc)
  446. *p func ('$single_stock_item', 1, 'Mini camera disguised as a cigarette pack', 100000, 'minifoto', $curloc)
  447. *p func ('$single_stock_item', 1, 'Webcam', 2000, 'webcamera', $curloc, '', iif((npc_rel['A11']>=30 and webcamera = 0) or (camwhore = 1 and webcamera = 0), 0, 1), 'You have no use for this')
  448. *p '</table></center>'
  449. gs 'stat'
  450. gs 'themes', 'indoors'
  451. act 'Leave the appliance department':gt 'shop', 'start'
  452. end
  453. !! Ice cream counter
  454. if $shoplocation = 'icecream':
  455. '<center><img <<$set_imgh>> src="images/shared/store/icecreamcounter.jpg"></center>'
  456. 'Ice cream is available for sale for 50 <b>₽</b>.'
  457. act 'Move away from the counter':gt 'shop', 'start'
  458. if money >= 50:
  459. act 'Buy ice cream':
  460. *clr & cla
  461. money -= 50
  462. fat += 3
  463. pcs_mood += 50
  464. pcs_hydra += 60
  465. pcs_energy += 30
  466. cumspclnt = 2
  467. gs 'cum_cleanup'
  468. pcs_breath = 0
  469. gs 'stat'
  470. '<center><img <<$set_imgh>> src="images/shared/food/icecreem.jpg"></center>'
  471. 'You bought ice cream and ate it not going far.'
  472. act 'Move away from the counter':gt 'shop', 'start'
  473. end
  474. end
  475. end
  476. if $shoplocation = 'megafon':
  477. *clr & cla
  478. minut+=3
  479. gs'stat'
  480. i = 0
  481. '<center><b><font color = maroon>MegaFon shop</font></B></center>'
  482. '<center><img src="images/system/phone/megafon2.jpg" ></center>'
  483. *pl '<center><table align="center">'
  484. :loopcard
  485. if i = 0:
  486. n = 5
  487. price = 60
  488. $buy_link = '<a' + iif(money >= 60, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''shop''">buy ','>buy ') +'</a>'
  489. elseif i = 1:
  490. n = 10
  491. price = 115
  492. $buy_link = '<a' + iif(money >= 115, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''shop''">buy ','>buy ') +'</a>'
  493. elseif i = 2:
  494. n = 20
  495. price = 220
  496. $buy_link = '<a' + iif(money >= 220, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''shop''">buy ','>buy ') +'</a>'
  497. elseif i = 3:
  498. n = 50
  499. price = 520
  500. $buy_link = '<a' + iif(money >= 520, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''shop''">buy ','>buy ') +'</a>'
  501. end
  502. i += 1
  503. '<tr><td align="center"><<n>> hour internet card </td><td align="right">(you have <<internet>> hours of internet access) </td><td align="right"><<$buy_link>> </td><td align="left">for <<price>> <b>₽</b></td></tr>'
  504. if i < 4:
  505. jump 'loopcard'
  506. end
  507. '</table></center>'
  508. act 'Return to the Supermarket':gt'shop','start'
  509. if money > 0:
  510. act 'Put the money on the phone':
  511. cla
  512. set minut = minut + 5
  513. obmennik = input ("How many <b>₽</b> do you want to deposit?")
  514. if obmennik <= 0:
  515. '<center><br><b>Do you want to think again?</b></center>'
  516. act 'Exit Department':gt'shop','start'
  517. else
  518. if money < obmennik:
  519. '<center><br>You do not have <b><<obmennik>></b> <b>₽</b>.</center>'
  520. act 'Exit Department':gt'shop','start'
  521. end
  522. if money >= obmennik:
  523. set balans = balans + obmennik
  524. set money = money - obmennik
  525. clr
  526. gs'stat'
  527. '<center><br>You put <b><<obmennik>></b> <b>₽</b> to the account.</center>'
  528. act 'Exit Department':gt'shop','start'
  529. end
  530. end
  531. end
  532. end
  533. end
  534. if $shoplocation = 'Anya':
  535. cla
  536. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/anyabusywork.jpg"></center>'
  537. gs 'sister_chat', 'checks'
  538. '"<<$pcs_nickname>>, do not disturb me at work, can''t you see I have customers?""'
  539. act '<B>Move away</B>':gt'shop','start'
  540. end
  541. --- shop ---------------------------------