1
0

butik 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. 'All kind of dresses, all at 25,000 rubles'
  19. act 'Leave the boutique':
  20. cla
  21. minut += 5
  22. gt 'torgcentr'
  23. end
  24. if rand(1, 100) >= 80 and skin > 0 and lesbiQW = 0:
  25. 'In the boutique you see a stylish and slender woman ,with about forty years old.'
  26. act 'Stare at the woman.':gt 'event', 'lesbi'
  27. end
  28. if QWdogreiqTimer = 0 and QWdogReiq = 1 and week = 7 and qwdogiventday ! daystart:
  29. qwdogiventday = daystart
  30. 'Going into the boutique you begin to consider picking dresses on hangers.By casually taking one you try it on in passing it on your back ,you hang with mild grim face.One of the dresses unexpectedly attracts your attention , as you began to study it more closely ,you feel a strange feeling as if you were being watched'
  31. act 'Disregard':gt 'butik', 'start'
  32. act 'Look around':dynamic $butikreiqdi
  33. exit
  34. end
  35. if RimmaSex > 0:
  36. if rimmaday ! daystart:
  37. '<a href="exec:gt ''RimmaSexQW''">Rima</a> smiled at you. She bits her lip and starts shooting her eyes in your direction.'
  38. else
  39. 'Rima smiled at you and continued to do her business.'
  40. end
  41. end
  42. if palto < 3:
  43. 'The boutique sells a fur coat for winter - 50,000 rubles'
  44. if money >= 50000:
  45. act 'Buy a fur coat (50,000 rubles)':
  46. cla
  47. money -= 50000
  48. palto = 3
  49. $palto = 'fur coat'
  50. 'You bought a fur coat.'
  51. act 'Leave':gt 'butik', 'start'
  52. end
  53. end
  54. end
  55. if money >= 25000:
  56. i = 1
  57. :loopdress
  58. if dress[i] = 0:dynamic 'act ''Look at dress <<i>>'':gt ''clothing'', ''view_clothing_item'', ''shop'', ''dress'', <<i>>, 25000'
  59. i += 1
  60. if i <= 23:jump 'loopdress'
  61. end
  62. end
  63. --- butik ---------------------------------