cafe_parco 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # cafe_parco
  2. $location_type = 'public_indoors'
  3. if $args[0]= 'start':
  4. '<center><h4><font color="maroon">Cafe "Del Parco"</font></h4></center>'
  5. '<img src="'+'images/qwest/alter/caffe_del_parco'+iif(hour > 20 or hour < 7,'_night','')+'.jpg'+'">'
  6. 'The newly opened cafe "Del Parco", with eye-catching facade, lots of tables and a summer terrace. Open 14.00 to 21.00.'
  7. if hour >= 14 and hour < 21:
  8. act 'Go': gt 'cafe_parco', 'inner'
  9. end
  10. act 'In the square': gt 'gskver'
  11. end
  12. if $args[0]= 'inner':
  13. '<img src="images/qwest/alter/caffe_del_parco_in.jpg">'
  14. act 'Go': gt 'gskver'
  15. gs 'family'
  16. if (sunWeather = 0 or temper < 5) and week mod 2 = 0 and (hour >= 16 and hour < 20) and mey_vika_qw_day ! day:
  17. mey_vika_qw_day = day
  18. minut += rand(10,20)
  19. 'In the cafe sitting at a table, Vika and Ivan.'
  20. if mey_vika_qw < 3:
  21. !! monochromatic
  22. 'But coming close enough, you have not figured out what to do, and simply stomped on.'
  23. elseif mey_vika_qw < 5:
  24. 'But coming close enough to all that you are bothered is quick "Hi".'
  25. !! connected relationship and response
  26. if mey_vika_relation < 60:
  27. 'Vika and Ivan only glanced in your direction and turned away, but you have not invented anything better than to go.'
  28. else
  29. 'Vika and Ivan answered in unison you "Hi", but you decided not to Russia has the conversation and simply went.'
  30. end
  31. elseif mey_vika_qw >= 5:
  32. if mey_vika_relation < 60:
  33. 'You approached the couple and greeted them, but they did not pay any attention to you.'
  34. else
  35. 'You approached the couple and greeted them, Victoria asked you about this, Ivan, as always, inserted the joke. Chatted a few minutes you left.'
  36. end
  37. !! something is going to happen here
  38. if mey_vika_relation >= 80:
  39. if mey_vika_qw = 10:
  40. cla
  41. 'Vika and Ivan invited you to join.'
  42. if money < 300:
  43. act 'Unsubscribe':
  44. cla
  45. 'In your wallet is quite sparse, and impudent you are not wanted, so I decided to give up.'
  46. act 'Go': gt 'park'
  47. end
  48. end
  49. act 'Agree':
  50. mey_vika_qw = 15
  51. gt 'mey_vika_events', 'cafe_qw'
  52. end
  53. elseif mey_vika_qw >= 7:
  54. 'Leaving, you notice that Vika with Ivan about something whispering, embracing, looking after you, and the hand of Ivan while stroking and squeezing the ass Vicki, and she seem to not mind.'
  55. end
  56. end
  57. end
  58. else
  59. 'There is no one here you would know.'
  60. end
  61. end
  62. --- cafe_parco ---------------------------------