P3D-Legacy/P3D/Content/Data/Scripts/underground/director.dat

14 lines
1.5 KiB
Plaintext

version=2
:if:<register.registered(radio_director_rescue)>=false
:then
@text.show(Director: Who?~What? You came to~rescue me?*Thank you!*The Radio Tower!*What's happening there?*Taken over by Team Rocket?*Here.~Take this Card Key.)
@item.give(127)
@item.messagegive(127,1)
@text.show(Director: Use that to open~the shutters on 3F.)
@register.register(radio_director_rescue)
@register.unregister(martbase1)
@register.unregister(martbase2)
@register.register(martbase3)
:endif
@text.show(I'm begging you to help.*There's no telling~what they'll do if*they control the~transmitter.*They may even be~able to control*Pokémon using a~special signal!*You're the only~one I can call on.*Please save the Radio Tower...*And all the Pokémon~nation wide!)
:end