2023-07-24 19:36:06 -05:00

23 lines
1.5 KiB
Plaintext

version=2
:if:<register.registered(phone_reg_014)>=true
@Text.Show(I visited the Bug-Catching~Contest and trained my~Pokémon.)
@Register.unregister(phone_reg_014)
@Register.registertime(phone_reg_time_014,1,day)
@battle.trainer(route35\008)
:else
@battle.starttrainer(route35\008)
:if:<phone.got>=true
:if:<register.registered(phone_contact_014)>=false
@Text.Show(I will go to the Bug-Catching~Contest and train there.*Let's battle again later?)
@Options.Show(Yes,No)
:when:Yes
@Text.Show(<player.name> registered~Arnie's number.)
@sound.play(Receive_PhoneNumber,1)
@Register.register(phone_contact_014)
@Text.Show(I'll let you know whenever~I want to battle you.)
:when:No
:endwhen
:endif
:endif
:endif
:end