1
0

butik 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. # butik
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. set mag = 1
  6. $metka = $ARGS[0]
  7. $loc = $CURLOC
  8. $metkaM = $ARGS[0]
  9. $locM = $CURLOC
  10. set minut += 5
  11. '<center><b><font color="maroon">Boutique</font></b></center>'
  12. '<center><img src="images/etogame/butik.jpg"></center>'
  13. clr
  14. gs 'stat'
  15. fcolor = rgb(0, 0, 0)
  16. bcolor = rgb(255, 255, 255)
  17. lcolor = rgb(106, 90, 205)
  18. '7m kinds of dresses, all at 25, 000 rubles'
  19. set evrand = rand(0, 100)
  20. if evrand >= 80 and skin > 0 and lesbiQW = 0:
  21. 'In the boutique you see a stylish and slender woman forty years.'
  22. act 'Stare at the woman.':gt 'event', 'lesbi'
  23. end
  24. if QWdogreiqTimer = 0 and QWdogReiq = 1 and week = 7 and qwdogiventday ! day:
  25. qwdogiventday = day
  26. 'Going into the boutique you start hanging on rassmatrevat veshlkah plate.Vzyav one you try on in passing it back and hang with mild grimassy brezglivosti.Neozhidanno attracts your attention One of the dresses, began to study it more closely kakoeto you feel a strange feeling as if you are looking for:'
  27. act 'Disregard':gt 'butik', 'start'
  28. act 'Look around':dynamic $butikreiqdi
  29. exit
  30. end
  31. if RimmaSex > 0:
  32. if rimmaday ! day:
  33. 'Apartment <a href="exec:gt ''RimmaSexQW''">Rima</a> you smiled and bit his lip and started shooting eyes in your direction.'
  34. else
  35. 'Rima smiled at you and do business.'
  36. end
  37. end
  38. if palto < 3:
  39. 'The boutique sells fur coat for winter - 50,000 rubles'
  40. if money >= 50000:
  41. act 'Buy a fur coat (50,000 rubles)':
  42. cla
  43. set money -= 50000
  44. set palto = 3
  45. $palto = 'fur coat'
  46. 'You bought a fur coat.'
  47. act 'Leave':gt 'butik', 'start'
  48. end
  49. end
  50. end
  51. if money >= 25000:
  52. if dress[1] = 0:
  53. act 'Inspect the 1st dress.':set numdres = 1 & payclo = 25000 & gt 'loker', 'dress'
  54. end
  55. if dress[2] = 0:
  56. act 'Inspect the 2nd dress.':set numdres = 2 & payclo = 25000 & gt 'loker', 'dress'
  57. end
  58. if dress[3] = 0:
  59. act 'Inspect the third dress.':set numdres = 3 & payclo = 25000 & gt 'loker', 'dress'
  60. end
  61. if dress[5] = 0:
  62. act 'Inspect 5e dress.':set numdres = 5 & payclo = 25000 & gt 'loker', 'dress'
  63. end
  64. if dress[6] = 0:
  65. act 'Inspect 6e dress.':set numdres = 6 & payclo = 25000 & gt 'loker', 'dress'
  66. end
  67. if dress[7] = 0:
  68. act 'Inspect 7e dress.':set numdres = 7 & payclo = 25000 & gt 'loker', 'dress'
  69. end
  70. if dress[8] = 0:
  71. act 'Inspect 8e dress.':set numdres = 8 & payclo = 25000 & gt 'loker', 'dress'
  72. end
  73. if dress[9] = 0:
  74. act 'Inspect the 9th dress.':set numdres = 9 & payclo = 25000 & gt 'loker', 'dress'
  75. end
  76. if dress[10] = 0:
  77. act 'Inspect 10s dress.':set numdres = 10 & payclo = 25000 & gt 'loker', 'dress'
  78. end
  79. if dress[11] = 0:
  80. act 'Inspect 11e dress.':set numdres = 11 & payclo = 25000 & gt 'loker', 'dress'
  81. end
  82. if dress[12] = 0:
  83. act 'Inspect 12e dress.':set numdres = 12 & payclo = 25000 & gt 'loker', 'dress'
  84. end
  85. if dress[13] = 0:
  86. act 'Inspect the 13th dress.':set numdres = 13 & payclo = 25000 & gt 'loker', 'dress'
  87. end
  88. if dress[14] = 0:
  89. act 'Inspect 14e dress.':set numdres = 14 & payclo = 25000 & gt 'loker', 'dress'
  90. end
  91. if dress[15] = 0:
  92. act 'Inspect 15e dress.':set numdres = 15 & payclo = 25000 & gt 'loker', 'dress'
  93. end
  94. if dress[16] = 0:
  95. act 'Inspect 16e dress.':set numdres = 16 & payclo = 25000 & gt 'loker', 'dress'
  96. end
  97. if dress[17] = 0:
  98. act 'Inspect 17e dress.':set numdres = 17 & payclo = 25000 & gt 'loker', 'dress'
  99. end
  100. if dress[18] = 0:
  101. act 'Inspect 18e dress.':set numdres = 18 & payclo = 25000 & gt 'loker', 'dress'
  102. end
  103. if dress[19] = 0:
  104. act 'Inspect 19e dress.':set numdres = 19 & payclo = 25000 & gt 'loker', 'dress'
  105. end
  106. if dress[20] = 0:
  107. act 'Inspect 20s dress.':set numdres = 20 & payclo = 25000 & gt 'loker', 'dress'
  108. end
  109. if dress[21] = 0:
  110. act 'Inspect 21e dress.':set numdres = 21 & payclo = 25000 & gt 'loker', 'dress'
  111. end
  112. if dress[22] = 0:
  113. act 'Inspect 22e dress.':set numdres = 22 & payclo = 25000 & gt 'loker', 'dress'
  114. end
  115. if dress[23] = 0:
  116. act 'Inspect 23rd dress.':set numdres = 23 & payclo = 25000 & gt 'loker', 'dress'
  117. end
  118. end
  119. act 'Leave the boutique':
  120. cla
  121. set minut += 5
  122. gt 'torgcentr'
  123. end
  124. end
  125. --- butik ---------------------------------