music_onlinemusic.tw 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. :: music_onlinemusic
  2. <<set $here = 'music_onlinemusic'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'set_up_account'>>
  5. <<setinit $ml_online['account'] = 1>>
  6. <<set $time.minutes += 10>>
  7. <<gs 'internet_mobile' 'use_internet' $access['subscription'] 10>>
  8. You log into Youtube to set up a channel for your music. You can upload videos or live stream, but you will need to open a bank account if you want to receive any tips from viewers of your stream.
  9. <!-- !! TODO: Ask for a screen name?-->
  10. <<actCLA 'Leave'>>
  11. <<gs 'music_actions' 'start'>>
  12. <</actCLA>>
  13. <</if>>
  14. <<if $location_var[$here][0] == 'live_stream'>>
  15. <!-- !! TODO: Much, much better scene needed.-->
  16. <<setinit $ml_streaming['times_streamed'] += 1>>
  17. <<gs 'music_onlinemusic' 'stream_interruptions'>>
  18. <<if getvar("$ml_no_interruption") != 0>>
  19. <!-- !! TODO: Separate scenes by instrument used, not used-->
  20. <<set $ml_streamtime = 60>>
  21. <<gs 'music_onlinemusic' 'streaming_stats'>>
  22. <<if $inventory.get("computer") == 1 and getvar("$webcamera") == 1 and $location_type == 'private'>>
  23. <center><img <<$set_imgh>> src="images/pc/activities/music/gomixer_hero.jpg"/></center>
  24. You set up your webcamera and start the streaming app on your computer. After settling down comfortably, you start to stream.
  25. Your fans tipped you <<ml_superchats>> rubels for your performance.
  26. <<else>>
  27. <center><img <<$set_imgh>> src="images/pc/activities/music/gomixer_hero.jpg"/></center>
  28. <p>You set up your phone on a little tri-pod and log into your account. After settling down comfortably, you start to stream.</p>
  29. Your fans tipped you <<ml_superchats>> rubels for your performance.
  30. <</if>>
  31. <<else>>
  32. <!-- !! How many minutes did the stream last.-->
  33. <<set $ml_streaming = rand(1,60)>>
  34. <<gs 'music_onlinemusic' 'streaming_stats'>>
  35. <!-- !! TODO: Interruption events and such will come here-->
  36. <</if>>
  37. <<if $finances.hasBankAccount == 0>>
  38. <p>You have earned <b>ml_streaming['unclaimed_earnings']</b> rubels so far, but you need to open a bank account before you can receive the money.</p>
  39. <<else>>
  40. <p>You have <b>ml_streaming['unclaimed_earnings']</b> rubels on your account.</p>
  41. <<actCLA 'Stop the stream and transfer the money to your bank account'>>
  42. <<set $finances.bank += $ml_streaming['unclaimed_earnings']>>
  43. <<setinit $ml_streaming['unclaimed_earnings'] = 0>>
  44. <<gs 'music_onlinemusic' 'finish' 'streaming'>>
  45. <</actCLA>>
  46. <</if>>
  47. <<actCLA 'Stop the stream'>>
  48. <<gs 'music_onlinemusic' 'finish' 'streaming'>>
  49. <</actCLA>>
  50. <<set $ml_streamtime to null>>
  51. <<set $ml_no_interruption to null>>
  52. <</if>>
  53. <<if $location_var[$here][0] == 'record_song'>>
  54. <<set $recording_time = 30>>
  55. <<set $performed_minutes = 15>>
  56. <<gs 'music_onlinemusic' 'recording_interruptions'>>
  57. <<if getvar("$ml_no_interruption") != 0>>
  58. <!-- !! TODO: Write a scene. It should describe that a song is recorded and then edited properly before uploading it to the net.-->
  59. <center><img <<$set_imgh>> src="images/pc/activities/music/phonerecording.jpg"/></center>
  60. You set up your phone and settle down comfortably to record a song. After several tries you finally end up with a version you are content with and upload it to your account.
  61. As you don't have a computer you can't really do much with the songs quality. But then you have seen quite a few people work with only with their phones. Like Ling Ling.
  62. <</if>>
  63. <<gs 'music_onlinemusic' 'recording_stats'>>
  64. <<set $recording_time to null>>
  65. <<set $ml_no_interruption to null>>
  66. <<set $performed_minutes to null>>
  67. <<if getvar("$ml_online['account']") == 1 and $access != 'denied'>>
  68. <<if $pc.pcs_inhib < 30>>
  69. <<if $pc.pcs_inhib < 10>>
  70. <<set $diff = 'hard'>>
  71. <<elseif $pc.pcs_inhib < 20>>
  72. <<set $diff = 'medium'>>
  73. <<else>>
  74. <<set $diff = 'easy'>>
  75. <</if>>
  76. <<gs 'willpower' 'skill' 'self' $diff>>
  77. <<set $will_cost = ($will_cost * 2) - (pcs_perform)>>
  78. <<if $will_cost <= $pc.pcs_willpwr>>
  79. <<actCLA 'Upload music (will_cost Willpower)'>>
  80. <<gt 'music_onlinemusic' 'uploadmusic' 'recording'>>
  81. <</actCLA>>
  82. <<else>>
  83. <<actCLA `'Upload music ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  84. <</if>>
  85. <<else>>
  86. <<actCLA 'Upload music'>>
  87. <<gt 'music_onlinemusic' 'uploadmusic' 'recording'>>
  88. <</actCLA>>
  89. <</if>>
  90. <</if>>
  91. <<actCLA 'Leave'>>
  92. <<gs 'music_onlinemusic' 'finish' 'recording'>>
  93. <</actCLA>>
  94. <</if>>
  95. <!-- !! IMPORTANT-->
  96. <!-- !! TODO: Recording and Editing/Mixing needs to be split into two separate activities. So keep ''recrodSong'' as is and make this into purely about editing-->
  97. <<if $location_var[$here][0] == 'edit_song'>>
  98. <!-- !! TODO: Write a scene. It should describe that a song is recorded and then edited properly before uploading it to the net.-->
  99. <!-- !! '<center><img <<$set_imgh>> src="images/pc/activities/music/editmusic.jpg"/></center>'-->
  100. <<video "pc/activities/music/editmusic.mp4">>
  101. You plug in your home studio kit and start up the recording software. After several tries you finally end up with a version you are content with.
  102. The next hour just flies by as you edit the video and the audio, trying to increate the quality of the recording as much as you can
  103. <<set $time.minutes += 90>>
  104. <<run $pc.skillExperienceGain('singing',rand(1,3))>>
  105. <<if getvar("$perform_lvl") < 35>>
  106. <<run $pc.skillExperienceGain('perform',rand(1,3))>>
  107. <</if>>
  108. <<if getvar("$musicprod_lvl") < 35>>
  109. <<run $pc.skillExperienceGain('musicprod',rand(1,3))>>
  110. <</if>>
  111. <<setinit $ml_performance['performed_minutes'] += 15>>
  112. <<setinit $ml_performance['total_time_performed'] += 15>>
  113. <<setinit $ml_onlinesong_hotcat[$ml_onlinesongcount] = $pc.hotcat>>
  114. <<if getvar("$ml_guitar['hasguitar']") == 1>>
  115. <<setinit $ml_onlinesong_skilllevel[$ml_onlinesongcount] = $pc.skillLevel("playInstrument") + $pc.skillLevel("singing") + $pcs_perform>>
  116. <<setinit $ml_onlinesong_freshness[$ml_onlinesongcount] = $pc.skillLevel("playInstrument") + $pc.skillLevel("singing") + $pcs_perform + (($pc.hotcat - 4) * 10)>>
  117. <<run $pc.skillExperienceGain('playInstrument',rand(1,3))>>
  118. <<else>>
  119. <<setinit $ml_onlinesong_skilllevel[$ml_onlinesongcount] = ($pc.skillLevel("singing") * 2) + $pcs_perform>>
  120. <<setinit $ml_onlinesong_freshness[$ml_onlinesongcount] = ($pc.skillLevel("singing") * 2) + $pcs_perform + (($pc.hotcat - 4) * 10)>>
  121. <</if>>
  122. <<setinit $ml_onlinesong_lastcalcday[$ml_onlinesongcount] = $time.daystart>>
  123. <<setinit $ml_onlinesong_uploaded[$ml_onlinesongcount] = 0>>
  124. <<set $ml_uploadablemusic += 1>>
  125. <<set $ml_onlinesongcount += 1>>
  126. <<if getvar("$ml_online['account']") == 1 and $access != 'denied'>>
  127. <<if $pc.pcs_inhib < 30>>
  128. <<if $pc.pcs_inhib < 10>>
  129. <<set $diff = 'hard'>>
  130. <<elseif $pc.pcs_inhib < 20>>
  131. <<set $diff = 'medium'>>
  132. <<else>>
  133. <<set $diff = 'easy'>>
  134. <</if>>
  135. <<gs 'willpower' 'skill' 'self' $diff>>
  136. <<set $will_cost = ($will_cost * 2) - (pcs_perform)>>
  137. <<if $will_cost <= $pc.pcs_willpwr>>
  138. <<actCLA 'Upload music (will_cost Willpower)'>>
  139. <<gt 'music_onlinemusic' 'uploadmusic'>>
  140. <</actCLA>>
  141. <<else>>
  142. <<actCLA `'Upload music ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  143. <</if>>
  144. <<else>>
  145. <<actCLA 'Upload music'>>
  146. <<gt 'music_onlinemusic' 'uploadmusic'>>
  147. <</actCLA>>
  148. <</if>>
  149. <<else>>
  150. <<actCLA 'Leave'>>
  151. <<gs 'music_actions' 'finish'>>
  152. <</actCLA>>
  153. <</if>>
  154. <</if>>
  155. <<if $location_var[$here][0] == 'uploadmusic'>>
  156. <<if $pc.pcs_inhib < 30>>
  157. You hesitate for a long moment, but finally take a deep breath and click on the "Upload" button and your newly recorded song moves over to the internet for all to see.
  158. You bite in your lip, then close the screen before you change your mind and delete it.
  159. <<else>>
  160. You smile brightly and click on the "Upload" button. Now the whole world can see you play. And if they don't like it, well... "Haters gonna hate" you shrug mentally and close the screen. They will like it."
  161. <</if>>
  162. <<set $ml_uploadablemusic -= 1>>
  163. <<setinit $ml_onlinesong_uploaded[$ml_onlinesongcount - 1] = 1>>
  164. <<set $will_cost to null>>
  165. <<if $location_var[$here][1] == 'recording'>>
  166. <<actCLA 'Leave'>>
  167. <<gs 'music_onlinemusic' 'finish' 'recording'>>
  168. <</actCLA>>
  169. <<else>>
  170. <<actCLA 'Leave'>>
  171. <<gs 'music_actions' 'start'>>
  172. <</actCLA>>
  173. <</if>>
  174. <</if>>
  175. <<if $location_var[$here][0] == 'uploadallmusic'>>
  176. <center><img src="images/pc/activities/music/uploadmusic.jpg"/></center>
  177. <<if getvar("$will_cost") > 0>>
  178. 'You go through the songs you recorded and clear out the old ones that you really , really don't like anymore. Then after a moment of hesitation you take a deep breath and click on the "Upload" button.
  179. The screen changes and one by one , your songs move over to the internet for all to see.'
  180. You bite in your lip, then close the screen before you change your mind and delete them.
  181. <<else>>
  182. You smile brightly as you browse through your recordings, deleting some old ones, then finally click the "Upload" button. Now the whole world can see you play. And if they don't like it, well... "Haters gonna hate" you shrug mentally and close the screen, this is how art grows."
  183. <</if>>
  184. <<gs 'music_onlinemusic' 'deleting'>>
  185. <<set $i = 0>>
  186. <<warn 'JUMP MARKER ENCOUNTERED: :uploadallmusic'>>
  187. <<if getvar("$ml_onlinesong_uploaded["+$i+"]") == 0 and $access != 'denied'>>
  188. <<set $time.minutes += 5>>
  189. <<gs 'internet_mobile' 'use_internet' $access['subscription'] 5>>
  190. <<setinit $ml_onlinesong_uploaded[$i] = 1>>
  191. <<set $ml_uploadablemusic -= 1>>
  192. <</if>>
  193. <<set $i += 1>>
  194. <<if $i < $ml_onlinesongcount>>
  195. <<warn 'JUMP COMMAND ENCOUNTERED: jump uploadallmusic'>>
  196. <</if>>
  197. <<set $will_cost to null>>
  198. <<actCLA 'Leave'>>
  199. <<gs 'music_actions' 'start'>>
  200. <</actCLA>>
  201. <</if>>
  202. <<if $location_var[$here][0] == 'deleteoldmusic'>>
  203. You go through your recorded musics and delete all the old ones where your playing doesn''t really reflect what you can do these days
  204. <<gs 'music_onlinemusic' 'deleting'>>
  205. <<actCLA 'Leave'>>
  206. <<gs 'music_actions' 'start'>>
  207. <</actCLA>>
  208. <</if>>
  209. <!-- !!------------------------------------------------------------------------------------------------------------------------------>
  210. <!-- !!----------------------------------------- GoSub functions all go here ---------------------------------------------------->
  211. <!-- !!------------------------------------------------------------------------------------------------------------------------------>
  212. <<if $location_var[$here][0] == 'deleting'>>
  213. <<set $ml_threshold_skilllevel = (($pc.skillLevel("playInstrument") + $pc.skillLevel("singing") + $pcs_perform) * 80) / 100>>
  214. <<set $i = 0>>
  215. <<set $j = -1>>
  216. <<warn 'JUMP MARKER ENCOUNTERED: :deletemusic'>>
  217. <<if getvar("$ml_onlinesong_uploaded") == 1 or (getvar("$ml_onlinesong_uploaded") == 0 and $ml_onlinesong_skilllevel > $ml_threshold_skilllevel)>>
  218. <<set $j += 1>>
  219. <<setinit $ml_tempsong_freshness[$j] = $ml_onlinesong_sfreshness[$i]>>
  220. <<setinit $ml_tempsong_lastcalcday[$j] = $ml_onlinesong_lastcalcday[$i]>>
  221. <<setinit $ml_tempsong_hotcat[$j] = $ml_onlinesong_hotcat[$i]>>
  222. <<setinit $ml_tempsong_skilllevel[$j] = $ml_onlinesong_skilllevel[$i]>>
  223. <<setinit $ml_tempsong_uploaded[$j] = $ml_onlinesong_uploaded[$i]>>
  224. <<else>>
  225. <<set $ml_uploadablemusic -= 1>>
  226. <</if>>
  227. <<set $i += 1>>
  228. <<if $i < $ml_onlinesongcount>>
  229. <<warn 'JUMP COMMAND ENCOUNTERED: jump deletemusic'>>
  230. <</if>>
  231. <<set $ml_onlinesong_freshness to null>>
  232. <<set $ml_onlinesong_lastcalcday to null>>
  233. <<set $ml_onlinesong_hotcat to null>>
  234. <<set $ml_onlinesong_skilllevel to null>>
  235. <<set $ml_onlinesong_uploaded to null>>
  236. <<set $i to null>>
  237. <<set $ml_onlinesongcount = 0>>
  238. <<if getvar("$j") >= 0>>
  239. <<warn 'JUMP MARKER ENCOUNTERED: :looprebuildsongs'>>
  240. <<setinit $ml_onlinesong_freshness[$ml_onlinesongcount] = $ml_tempsong_freshness[$ml_onlinesongcount]>>
  241. <<setinit $ml_onlinesong_hotcat[$ml_onlinesongcount] = $ml_tempsong_hotcat[$ml_onlinesongcount]>>
  242. <<setinit $ml_onlinesong_lastcalcday[$ml_onlinesongcount] = $ml_tempsong_lastcalcday[$ml_onlinesongcount]>>
  243. <<setinit $ml_onlinesong_skilllevel[$ml_onlinesongcount] = $ml_tempsong_skilllevel[$ml_onlinesongcount]>>
  244. <<setinit $ml_onlinesong_uploaded[$ml_onlinesongcount] = $ml_tempsong_uploaded[$ml_onlinesongcount]>>
  245. <<set $ml_onlinesongcount += 1>>
  246. <<if $ml_onlinesongcount <= $j>>
  247. <<warn 'JUMP COMMAND ENCOUNTERED: jump looprebuildsongs'>>
  248. <</if>>
  249. <</if>>
  250. <<set $ml_tempsong_freshness to null>>
  251. <<set $ml_tempsong_lastcalcday to null>>
  252. <<set $ml_tempsong_hotcat to null>>
  253. <<set $ml_tempsong_skilllevel to null>>
  254. <<set $ml_tempsong_uploaded to null>>
  255. <<set $ml_threshold_skilllevel to null>>
  256. <</if>>
  257. <<if $location_var[$here][0] == 'finish'>>
  258. <<if $location_type == 'public_outdoors'>>
  259. <<set $ml_rand_event = rand(0,100)>>
  260. <<if getvar("$ml_rand_event") <= 10 and $region == 'pav' and $npcs.get('A144','rel') > 40>>
  261. <<if $location_var[$here][1] == 'streaming'>>
  262. <<gs 'music_onlinemusic' 'anushka_streaming_end'>>
  263. <<elseif $location_var[$here][1] == 'recording'>>
  264. <<gs 'music_onlinemusic' 'anushka_recording_end'>>
  265. <</if>>
  266. <<elseif getvar("$ml_rand_event") <= 30 and $region == 'pav'>>
  267. <<gs 'music_gigstarts' 'zariyah_passing_by'>>
  268. <!-- !! elseif ml_rand_event < 15 and $ARGS[1] = 'pav' and ((npc_rel['A20'] < 20 or npc_rel['A21'] < 20):-->
  269. <!-- !! TODO: if the gopniks don't like the PC and/or her music is awful, there is a chance that Lena and Lera harasses her.-->
  270. <!-- !! gs 'music_buskingevents', 'lena_and_lera', 1-->
  271. <!-- !! elseif ml_rand_event < 15 and $ARGS[1] = 'pav' and ( (npc_rel['A20'] < 40 or npc_rel['A21'] < 40) and (pcs_instrmusic < 30 or pcs_perform < 30 or pcs_vokal < 30) ):-->
  272. <!-- !! gs 'music_buskingevents', 'lena_and_lera', 2-->
  273. <<else>>
  274. <<gs 'music_actions' 'finish'>>
  275. <</if>>
  276. <<set $ml_rand_event to null>>
  277. <<else>>
  278. <<gs 'music_actions' 'finish'>>
  279. <</if>>
  280. <</if>>
  281. <<if $location_var[$here][0] == 'streaming_stats'>>
  282. <<set $time.minutes += $ml_streamtime>>
  283. <<gs 'internet_mobile' 'use_internet' $access['subscription'] $ml_streamtime>>
  284. <<set $ml_maxsuperchats = ($pc.fame('pav_music') + ($pc.fame('city_music') * 2) + $pc.fame('pushkin_music') + $pc.fame('village_music') + $pc.pcs_apprnc)>>
  285. <<set $ml_superchats = (rand( 0, ml_maxsuperchats) * ml_streamtime) / 60>>
  286. <<if getvar("$ml_guitar['hasguitar']") == 1 and (getvar("$ml_guitar['carried']") == 1 or $ml_guitar['location'] == $loc)>>
  287. <<set $ml_famebase = ($pc.skillLevel("playInstrument") + $pc.skillLevel("singing") + $pcs_perform + (($pc.hotcat - 5) * 20)) / 20>>
  288. <<run $pc.skillExperienceGain('playInstrument',rand(1,3))>>
  289. <<else>>
  290. <<set $ml_famebase = (($pc.skillLevel("singing") * 2) + $pcs_perform + (($pc.hotcat - 5) * 20)) / 20>>
  291. <</if>>
  292. <<run $pc.fameInc('pav','music',`rand(0, ml_famebase)`)>>
  293. <<run $pc.fameInc('city','music',`rand(0, ml_famebase)`)>>
  294. <<run $pc.skillExperienceGain('singing',rand(1,3))>>
  295. <<if getvar("$perform_lvl") < 35>>
  296. <<run $pc.skillExperienceGain('perform',rand(1,3))>>
  297. <</if>>
  298. <<setinit $ml_streaming['livestreamcount'] += 1>>
  299. <<setinit $ml_streaming['lastday'] = $time.daystart>>
  300. <<setinit $ml_performance['performed_minutes'] += $ml_streamtime>>
  301. <<setinit $ml_performance['total_time_performed'] += $ml_streamtime>>
  302. <<setinit $ml_streaming['total_earnings'] += $ml_superchats>>
  303. <<setinit $ml_streaming['unclaimed_earnings'] += $ml_superchats>>
  304. <</if>>
  305. <<if $location_var[$here][0] == 'recording_stats'>>
  306. <<set $time.minutes += $recording_time>>
  307. <<if getvar("$performed_minutes") > 10>>
  308. <<run $pc.skillExperienceGain('singing',rand(1,4))>>
  309. <<if getvar("$perform_lvl") < 35>>
  310. <<run $pc.skillExperienceGain('perform',rand(1,3))>>
  311. <</if>>
  312. <<setinit $ml_performance['performed_minutes'] += $performed_minutes>>
  313. <<setinit $ml_performance['total_time_performed'] += $performed_minutes>>
  314. <<setinit $ml_onlinesong_hotcat[$ml_onlinesongcount] = $pc.hotcat>>
  315. <<if getvar("$ml_guitar['hasguitar']") == 1 and (getvar("$ml_guitar['carried']") == 1 or $ml_guitar['location'] == $loc)>>
  316. <<setinit $ml_onlinesong_skilllevel[$ml_onlinesongcount] = $pc.skillLevel("playInstrument") + $pc.skillLevel("singing") + $pcs_perform>>
  317. <<setinit $ml_onlinesong_freshness[$ml_onlinesongcount] = $pc.skillLevel("playInstrument") + $pc.skillLevel("singing") + $pcs_perform + (($pc.hotcat - 4) * 10)>>
  318. <<run $pc.skillExperienceGain('playInstrument',rand(1,3))>>
  319. <<else>>
  320. <<setinit $ml_onlinesong_skilllevel[$ml_onlinesongcount] = ($pc.skillLevel("singing") * 2) + $pcs_perform>>
  321. <<setinit $ml_onlinesong_freshness[$ml_onlinesongcount] = ($pc.skillLevel("singing") * 2) + $pcs_perform + (($pc.hotcat - 4) * 10)>>
  322. <</if>>
  323. <<setinit $ml_onlinesong_lastcalcday[$ml_onlinesongcount] = $time.daystart>>
  324. <<setinit $ml_onlinesong_uploaded[$ml_onlinesongcount] = 0>>
  325. <<set $ml_uploadablemusic += 1>>
  326. <<set $ml_onlinesongcount += 1>>
  327. <</if>>
  328. <</if>>
  329. <<if $location_var[$here][0] == 'stream_interruptions'>>
  330. <!-- !! TODO: Will depend on chance and fame - the more famous Sveta is, the more likely someone will interrupt. Just like in real life.-->
  331. <!-- !{
  332. Planned scenarios:
  333. 1. Anushka shows up, just like with busking.
  334. If Sveta's skills are good enough for Anushka and they have a good relationship she can join in.
  335. 2. Lena and Lera show up and if they don't like Sveta will mess with the stream - running around,
  336. throwing twigs and leaves at Sveta, mocking her, making loud noises, etc.
  337. 3. Some other stuff.
  338. } -->
  339. <<set $ml_no_interruption = 1>>
  340. <</if>>
  341. <<if $location_var[$here][0] == 'recording_interruptions'>>
  342. <!-- !! TODO: Will depend on chance and fame - the more famous Sveta is, the more likely someone will interrupt. Just like in real life.-->
  343. <!-- !{
  344. Planned scenarios:
  345. 1. Anushka shows up, just like with busking.
  346. If Sveta's skills are good enough for Anushka and they have a good relationship she can join in.
  347. 2. Lena and Lera show up and if they don't like Sveta will mess with the recording - running around,
  348. throwing twigs and leaves at Sveta, mocking her, making loud noises, etc.
  349. 3. Some other stuff.
  350. } -->
  351. <<set $ml_no_interruption = 1>>
  352. <</if>>
  353. <!-- !!------------------------------------------------------------------------------------------------------------------------------>
  354. <!-- !!----------------------------------------- Outdoors events all go here ---------------------------------------------------->
  355. <!-- !!------------------------------------------------------------------------------------------------------------------------------>
  356. <<if $location_var[$here][0] == 'anushka_streaming_end'>>
  357. <<gs 'music_actions' 'finish'>>
  358. <</if>>
  359. <<if $location_var[$here][0] == 'anushka_recording_end'>>
  360. <<gs 'music_actions' 'finish'>>
  361. <</if>>