cafe_parco.qsrc 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. $metka = '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 (delparcogigdeadline-6 >= daystart and delparcogigdeadline <= daystart):
  26. act 'Speak with Zariyah about her offer': gt 'music_delparco', 'talkwithzariyah'
  27. end
  28. if ml_venues['del_parco'] = 1 and ml_delparcoQW > 2 and ml_gigday['delparco'] = daystart and ml_gighour['delparco'] = hour:
  29. act 'Perform at the cafe': gt 'music_delparco', 'eveningshow'
  30. end
  31. gs 'family'
  32. if (sunWeather = 0 or temper < 5) and week mod 2 = 0 and (hour >= 14 and hour < 20) and mey_vika_qw_day ! daystart:
  33. mey_vika_qw_day = daystart
  34. minut += rand(10,20)
  35. 'You notice Vicky and Vanya sitting at a table.'
  36. if mey_vika['mey_vika_qw'] < 3:
  37. 'You''re not really close with either of them, you don''t really know how to approach them.'
  38. elseif mey_vika['mey_vika_qw'] < 5:
  39. 'While in passing of their table you greet them with a simple "Hi".'
  40. if npc_rel["A15"] < 20:
  41. 'Vicky and Vanya only glance in your direction and turn away, having nothing more to say you quickly moved on...'
  42. else
  43. 'Vicky and Vanya answer "Hi" back at the same time, you just wanted to greet them so you continued on your way.'
  44. end
  45. elseif mey_vika['mey_vika_qw'] >= 5:
  46. if npc_rel["A15"] < 50:
  47. 'You approach the couple and greet them, but they don''t pay any attention to you.'
  48. else
  49. '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...'
  50. end
  51. if npc_rel["A15"] >= 60:
  52. if mey_vika['mey_vika_qw'] = 10:
  53. cla
  54. 'Vicky and Vanya invite you to join them.'
  55. if money < 300:
  56. act 'Refuse':
  57. cla
  58. '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...'
  59. act 'Leave': gt 'city_park'
  60. end
  61. end
  62. act 'Agree':
  63. mey_vika['mey_vika_qw'] = 15
  64. gt 'mey_vika_events', 'cafe_qw'
  65. end
  66. elseif mey_vika['mey_vika_qw'] >= 7:
  67. '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...'
  68. end
  69. end
  70. end
  71. else
  72. 'You don''t see anyone familiar here.'
  73. end
  74. end
  75. --- cafe_parco ---------------------------------