276_restoran 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. # restoran
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. set minut += 5
  6. '<center><B><font color = maroon>Restaurant</font></B></center>'
  7. '<center><img src="images\etogame\restoran.jpg"></center>'
  8. clr
  9. gs 'stat'
  10. fcolor = rgb(0,0,0)
  11. bcolor = rgb(255,255,255)
  12. LCOLOR = rgb(106,90,205)
  13. !eto было glamur > 1 and vnesh > 50
  14. if glamur >= 1 and mop > 1 and hapri = 1 and sweat <= 0:
  15. 'A man at the entrance table politely interested in what you prefer in the VIP room or in the common room'
  16. if money >= 5000:
  17. act 'VIP room 5000 RUR':
  18. cla
  19. set money -= 5000
  20. gt 'restoran','vip'
  21. end
  22. end
  23. act 'Common room': gt 'restoran','zal'
  24. else
  25. 'It suits you man and politely informs you that with a similar appearance to the restaurant can not.'
  26. end
  27. act 'Out of the restaurant':
  28. cla
  29. set minut += 5
  30. gt 'down'
  31. end
  32. if vladimirday = day and vladimirQW = 21 and hour = 20: gt 'qwmeet'
  33. end
  34. if $ARGS[0] = 'zal':
  35. cla
  36. *clr
  37. set minut += 5
  38. '<center><B><font color = maroon>restaurant, common room</font></B></center>'
  39. '<center><img src="images\etogame\restoran2.jpg"></center>'
  40. 'The room was pretty good atmosphere. Soft lighting and light furniture. Until you hear the sounds of music, the clink of glasses and female laughter. It seems you can finally relax a little.'
  41. clr
  42. gs 'stat'
  43. fcolor = rgb(0,0,0)
  44. bcolor = rgb(255,255,255)
  45. LCOLOR = rgb(106,90,205)
  46. !etogame
  47. nastjarand = RAND(0,100)
  48. if nastjarand > 80 and nastjaqw = 0 and energy > 15 and nastjaday ! day:
  49. cls
  50. nastjaday = day
  51. gs 'stat'
  52. '<center><img src="images\etogame\nastja1.jpg"></center>'
  53. 'In the hall you notice a pretty girl, wondering why she was sitting alone. She looks pretty good. While you looked at prekrastno stranger she caught your eye on himself and suddenly looked at you.'
  54. act 'Look down':
  55. cla
  56. 'She turned away'
  57. act 'Leave': gt 'restoran', 'zal'
  58. end
  59. act 'Smile at her': gt 'nastja', 'pos1'
  60. end
  61. if money >= 5000:
  62. act 'Eat 5,000 rubles':
  63. cla
  64. set minut += 60
  65. energy =22
  66. fat += 5
  67. water = 22
  68. willpower += 30
  69. manna = manna + 80
  70. health = health + 20
  71. money -= 5000
  72. 'On the recommendation of a chef, a wonderful dish you ordered and ate with pleasure in a noisy restaurant hall.'
  73. act 'Leave': gt 'restoran', 'zal'
  74. end
  75. end
  76. act 'Leave': set minut += 5 & gt 'restoran','start'
  77. end
  78. if $ARGS[0] = 'vip':
  79. cla
  80. *clr
  81. set minut += 5
  82. '<center><B><font color = maroon>Restaurant, VIP room</font></B></center>'
  83. '<center><img src="images\etogame\restoran3.jpg"></center>'
  84. 'Caught in the vip box you caught yourself thinking that smile involuntarily. In the bed of a calm and friendly atmosphere. Soft lighting and furniture in the Empire style. You hear soft music. Finally, your new weak feminine essence, albeit briefly, but can feel safe.'
  85. clr
  86. gs 'stat'
  87. fcolor = rgb(0,0,0)
  88. bcolor = rgb(255,255,255)
  89. LCOLOR = rgb(106,90,205)
  90. act 'Leave':
  91. cla
  92. set minut += 5
  93. gt 'restoran','start'
  94. end
  95. if money >= 5000:
  96. act 'Eat 5,000 rubles':
  97. cla
  98. set minut += 60
  99. energy = 22
  100. fat += 5
  101. water = 22
  102. willpower += 30
  103. manna = manna + 100
  104. health = health + 20
  105. money -= 5000
  106. 'On the recommendation of a chef, a wonderful dish you ordered and ate with pleasure in the cozy vip room of the restaurant.'
  107. act 'Leave': gt 'restoran', 'vip'
  108. end
  109. end
  110. end
  111. --- restoran ---------------------------------