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

15 lines
2.1 KiB
Plaintext

version=2
:if:<register.registered(pokegear_card_radioEXPN)>=False
@text.show(Ah!~So you're the~<player.name> who solved~the Power Plant's problem?*Thanks to you,~I didn't lose my job.*I tell you, you're~a real lifesaver!*Please take this as my thanks.)
@sound.play(success_small,1)
@text.show(<player.name> received~the Expn Card!)
@register.register(pokegear_card_radioEXPN)
:endif
@text.show(With that card, you~can tune into the~radio programs here in Kanto.*Gahahahaha!)
:if:<register.registered(rocketkantointerferance)>=false
@text.show(Hrm?*A mysterious signal?*Yeah we have been~hearing it here too.*We don't have the equipment~here to find the source,~and it isn't interfering with~our normal broadcasts so we~haven't done anything about it.*If you want to find the~source I believe that there~is equipment for that over~at the Pewter City Museum.*I recommend you go there.*You will probably need to~go through Diglett's Cave~from Vermilion City to get there.*Good luck!)
@register.register(rocketkantointerferance)
:endif
:end