P3D-Legacy/P3D/Content/Data/Scripts/trainer/route34/005.dat

42 lines
2.7 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(bargainshop)>=true
@text.show(Shopping under the sky!*It feels so nice up~on a rooftop.)
:end
2016-09-07 18:50:38 +02:00
:endif
:if:<register.registered(phone_reg_010)>=true
@Text.Show(I got my Pok<00>mon back~from the daycare.*Want to see them now?)
@Register.unregister(phone_reg_010)
@Register.registertime(phone_reg_time_010,1,day)
:if:<player.badges>>5
:if:<register.registered(rematch_010_1)>=true <and> <player.badges>>7
:if:<register.registered(rematch_010_2)>=true <and> <register.registered(First_time_champion)>=true
@battle.trainer(route34\005_3)
:else
@register.register(rematch_010_2)
@battle.trainer(route34\005_2)
:endif
:else
@register.register(rematch_010_1)
@battle.trainer(route34\005_1)
:endif
:else
@battle.trainer(route34\005)
:endif
2016-09-07 18:50:38 +02:00
:else
@battle.starttrainer(route34\005)
:if:<phone.got>=true
:if:<register.registered(phone_contact_010)>=false
@Text.Show(Maybe I should~leave one in Day-~Care.*What should I do?*I will tell you my~decision when we exchange~phone numbers.)
@Options.Show(Yes,No)
:when:Yes
@Text.Show(<player.name> registered~Todd's number.)
@sound.play(Receive_PhoneNumber,1)
@Register.register(phone_contact_010)
@Text.Show(I'll let you know whenever~I want to battle you.)
:when:No
:endwhen
:endif
:endif
2016-09-07 18:50:38 +02:00
:endif
:end