butik 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. # butik
  2. if $ARGS[0] = 'start':
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $metkaM = $ARGS[0]
  6. $locM = $CURLOC
  7. cla
  8. clr
  9. *clr
  10. mag = 1
  11. minut += 5
  12. gs 'stat'
  13. fcolor = rgb(0, 0, 0)
  14. bcolor = rgb(255, 255, 255)
  15. lcolor = rgb(106, 90, 205)
  16. '<center><b><font color="maroon">Boutique</font></b></center>'
  17. '<center><img src="images/etogame/butik.jpg"></center>'
  18. 'You see all kinds of dresses, all at 25,000 <b>₽</b>'
  19. if rand(1, 100) >= 80 and skin > 0 and lesbiQW = 0:
  20. 'In the boutique you see a stylish and slender woman, about forty years old.'
  21. act 'Stare at the woman.':gt 'event', 'lesbi'
  22. end
  23. if QWdogreiqTimer = 0 and QWdogReiq = 1 and week = 7 and qwdogiventday ! daystart:
  24. qwdogiventday = daystart
  25. 'Going into the boutique you begin to look at some dresses on hangers, considering to buy one. You casually try one on in the changing room as suddenly one of the dresses attracts your attention. When you look at it more closely, you feel strange as if you are being watched'
  26. act 'Disregard':gt 'butik', 'start'
  27. act 'Look around':dynamic $butikreiqdi
  28. exit
  29. end
  30. if RimmaSex > 0:
  31. if rimmaday ! daystart:
  32. '<a href="exec:gt ''RimmaSexQW''">Rima</a> smiles at you. She bites her lip and looks longingly in your direction.'
  33. else
  34. 'Rima smiles at you and continues to do her business.'
  35. end
  36. end
  37. 'The boutique sells designer winter coats - 50,000 <b>₽</b>'
  38. act 'View clothes':gt 'butik', 'clothes'
  39. if money >= 50000:
  40. if coat[9] < 1:
  41. if coat[9] = 0:dynamic 'act ''Look at designer coat 9'':gt ''clothing'', ''view_clothing_item'', ''shop'', ''coat'', 9, 50000'
  42. end
  43. if coat[11] < 1:
  44. if coat[11] = 0:dynamic 'act ''Look at designer coat 11'':gt ''clothing'', ''view_clothing_item'', ''shop'', ''coat'', 11, 50000'
  45. end
  46. end
  47. act 'Leave the boutique':
  48. cla
  49. minut += 5
  50. gt 'torgcentr'
  51. end
  52. end
  53. if $ARGS[0] = 'clothes':
  54. $metka = $ARGS[0]
  55. $loc = $CURLOC
  56. cls
  57. gs'stat'
  58. act 'Return':
  59. cla
  60. minut += 5
  61. gt 'butik', 'start'
  62. end
  63. if Clothingstock > 11:
  64. i = 1
  65. else
  66. i = 2
  67. end
  68. :loopformal
  69. if formal[i] = 0:*p '<a href="exec: i = <<i>> & gt ''butik'', ''formal''"><div style="width:100%; max-width:250px; max-height:250px;"><img src="images/Clothing/4formal/Formal<<i>>.jpg" height="250" /></div></a>'
  70. i += 2
  71. if i <= 14:jump 'loopformal'
  72. end
  73. if $ARGS[0] = 'formal':
  74. cla
  75. if formal[i] ! 0:
  76. msg 'You already own these clothes.'
  77. gt 'butik', 'clothes'
  78. end
  79. gt 'clothing', 'view_clothing_item', 'shop', 'formal',i, 25000
  80. end
  81. --- butik ---------------------------------