mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-14 14:28:33 +02:00
12 lines
514 B
Plaintext
12 lines
514 B
Plaintext
version=2
|
|
:if:<register.registered(rocket_invasion_radio)>=True
|
|
:then
|
|
@music.play(johto_rocket_encounter)
|
|
@music.setmusicloop(johto_rocket_encounter)
|
|
:endif
|
|
|
|
:if:<register.registered(Radio3fshuttersopen)>=True
|
|
:then
|
|
@entity.remove(0)
|
|
:endif
|
|
:end |