mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-14 06:18:36 +02:00
7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
version=2
|
|
:if:<register.registered(rocket_invasion_radio)>=True
|
|
:then
|
|
@music.play(johto_rocket_encounter)
|
|
@music.setmusicloop(johto_rocket_encounter)
|
|
:endif
|
|
:end |