1
0

cafe_parco.qsrc 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # cafe_parco
  2. $location_type = 'public_indoors'
  3. if $args[0]= 'start':
  4. $menu_loc = 'cafe_parco'
  5. $menu_arg = 'start'
  6. menu_off = 0
  7. '<center><h4><font color="maroon">Cafe "Del Parco"</font></h4></center>'
  8. '<center><img <<$set_imgh>> src="'+'images/locations/pavlovsk/park/cafe/caffe_del_parco'+iif(hour > 20 or hour < 7,'_night','')+'.jpg'+'"></center>'
  9. 'The newly opened cafe "Del Parco", with its striking facade, there are lots of tables and a summer terrace. Opening hours between 14.00 to 21.00.'
  10. act 'Return to the square': gt 'pav_park', 'start'
  11. if hour >= 14 and hour < 21: act 'Enter the cafe': gt 'cafe_parco', 'inner'
  12. end
  13. if $args[0]= 'inner':
  14. $menu_loc = 'cafe_parco'
  15. $menu_arg = 'inner'
  16. menu_off = 0
  17. $loc_arg = 'inner'
  18. $loc = 'cafe_parco'
  19. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/cafe/caffe_del_parco_in.jpg"></center>'
  20. act 'Exit the cafe': gt 'pav_park', 'start'
  21. act 'Order from the menu (0:05)':gs 'food_menu'
  22. if money >= 350:
  23. act 'Order take-out (0:20) (350 <b>₽</b>)':money -= 350 & gt 'food', 'f_food'
  24. end
  25. if ml_venues['del_parco'] = 1 and (ml_delparcoQW = 1 or ml_delparcoQW = 2) and (daystart <= ml_delparcogigdeadline):
  26. act 'Speak with Zariyah about her offer': gt 'music_delparco', 'talkwithzariyah'
  27. end
  28. if ml_venues['del_parco'] = 1 and ml_delparcoQW = 3 and (daystart ! ml_delparcogigdeadline):
  29. act 'Accept Zariyah''s offer': gt 'music_delparco', 'acceptafterthinking'
  30. end
  31. if ml_venues['del_parco'] = 1 and ml_delparcoQW > 2 and ml_gigday['delparco'] = daystart and ml_gighour['delparco'] = hour:
  32. act 'Perform at the cafe': gt 'music_delparco', 'eveningshow'
  33. end
  34. if LariskaQW['story'] = 12 and week = 6:
  35. act 'Join Lariska and Lev': gt 'lariska_storyline','Boyfriend_3'
  36. end
  37. gs 'family'
  38. if (sunWeather = 0 or temper < 5) and week mod 2 = 0 and (hour >= 14 and hour < 20) and mey_vika_qw_day ! daystart:
  39. mey_vika_qw_day = daystart
  40. minut += rand(10,20)
  41. 'You notice Vicky and Vanya sitting at a table.'
  42. if mey_vika['mey_vika_qw'] < 3:
  43. 'You''re not really close with either of them, you don''t really know how to approach them.'
  44. elseif mey_vika['mey_vika_qw'] < 5:
  45. 'While in passing of their table you greet them with a simple "Hi".'
  46. if npc_rel["A15"] < 20:
  47. 'Vicky and Vanya only glance in your direction and turn away, having nothing more to say you quickly moved on...'
  48. else
  49. 'Vicky and Vanya answer "Hi" back at the same time, you just wanted to greet them so you continued on your way.'
  50. end
  51. elseif mey_vika['mey_vika_qw'] >= 5:
  52. if npc_rel["A15"] < 50:
  53. 'You approach the couple and greet them, but they don''t pay any attention to you.'
  54. else
  55. 'You approach the couple and greet them, right away Vicky starts gossiping, as always, Vanya, mostly joked about the things you two were talking about. You chatted for a few minutes...'
  56. end
  57. if npc_rel["A15"] >= 60:
  58. if mey_vika['mey_vika_qw'] = 10:
  59. cla
  60. 'Vicky and Vanya invite you to join them.'
  61. if money < 300:
  62. act 'Refuse':
  63. cla
  64. 'You''re pretty much broke, and you don''t want to be impudent by asking them to pay for you, so you decide to thank them for the invite but that you have a thing elsewhere that you need to attend...'
  65. act 'Leave': gt 'city_park'
  66. end
  67. end
  68. act 'Agree':
  69. mey_vika['mey_vika_qw'] = 15
  70. gt 'mey_vika_events', 'cafe_qw'
  71. end
  72. elseif mey_vika['mey_vika_qw'] >= 7:
  73. 'As you''re getting up from the table, you notice Vicky whispering something to Vanya. You notice Vanya''s hand stroking and squeezing Vicky''s butt, as they stare at you with lust in their eyes...'
  74. end
  75. end
  76. end
  77. else
  78. 'You don''t see anyone familiar here.'
  79. end
  80. end
  81. --- cafe_parco ---------------------------------