P3D-Legacy/P3D/Content/Data/Scripts/trainer/route31/001.dat

36 lines
1.4 KiB
Plaintext

version=2
:if:<register.registered(phone_reg_004)>=true
:then
@Text.Show(Let's see if my~bug Pokémon are strong~enough this time.)
@Register.unregister(phone_reg_004)
@Register.registertime(phone_reg_time_004,1,day)
@battle.trainer(31002)
:else
@battle.starttrainer(31001)
:if:<phone.got>=true
:then
:if:<register.registered(phone_contact_004)>=false
:then
@Text.Show(Let's exchange numbers.*I want to battle you~again sometime.)
@Options.Show(Yes,No)
:when:Yes
@Text.Show(<player.name> registered~Wade's number.)
@sound.play(Receive_PhoneNumber,1)
@Register.register(phone_contact_004)
@Text.Show(I'll let you know whenever~I want to battle you.)
:when:No
:endwhen
:endif
:endif
:endif
:end