210_gkafe 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # gkafe
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. gs 'stat'
  5. gs 'time'
  6. fcolor = rgb(0,0,0)
  7. bcolor = rgb(255,255,255)
  8. LCOLOR = rgb(106,90,205)
  9. '<center><B><font color = maroon>A cafe</font></B></center>'
  10. if hour >= 8 and hour <= 20:
  11. '<center><img src="images\qwest\alter\gkafe2.jpg"></center>'
  12. 'Zadripannoe small, station cafe. Since your mom works here, then you are fed free.'
  13. if week < 6:
  14. if hour >= 8 and hour < 16 and StoryLine > 0:
  15. 'The cafe bar for your worth <a href="exec:GT ''mother''">Mom</a>.'
  16. end
  17. end
  18. if hour >= 18 and dyadyamishaevent = 1 and dmishaday ! day: 'For one of the tables sitting <a href="exec: GT ''gevent'',''1-1''">Misha</a>'
  19. act 'Eat':
  20. cla
  21. *clr
  22. frost = 0
  23. '<center><img src="images\pics\food.jpg"></center>'
  24. set razvrand = rand(1,10)
  25. set minut += 30
  26. set health += 10
  27. set manna += 5
  28. set willpower += 5
  29. if energy >= 30:
  30. set fat += 5
  31. 'You can no longer have.'
  32. end
  33. if energy >= 20 and energy < 30:
  34. set fat += 3
  35. set energy += 10
  36. 'You pushed through the power of a meal.'
  37. end
  38. if energy < 20:
  39. set energy += 20
  40. set fat += 1
  41. 'You gladly ate the food.'
  42. end
  43. if water >= 20:
  44. 'Tea in you no longer climbs.'
  45. end
  46. if water < 20:
  47. 'You gladly drank a mug of tea.'
  48. set water += 20
  49. end
  50. if razvrand > 7 and hour > 16 and hour < 20 and age < 18 and dyadyamishaevent = 0 and gorodokwhore >= 2:
  51. 'For your table approached adult man and said:'
  52. '-Girl, do you want some candy? At home I have a pack of sweets'
  53. act 'Agree': gt 'gevent','1'
  54. end
  55. act 'Get up from the table': gt 'gkafe'
  56. end
  57. else
  58. '<center><img src="images\qwest\alter\gkafe.jpg"></center>'
  59. 'Zadripannoe small, station cafe.'
  60. 'The cafe is not working.'
  61. end
  62. act 'Exit': gt 'vokzalG'
  63. --- gkafe ---------------------------------