2024-05-20 18:34:53 -05:00

38 lines
2.8 KiB
Plaintext

version=2
:if:<register.registered(phone_reg_029)>=true
@Text.Show(Hi! I've been waiting~for you!*This time, I'm going~to win!)
@Register.unregister(phone_reg_029)
@Register.registertime(phone_reg_time_029,1,day)
:if:<register.registered(First_time_champion)>=true
:if:<register.registered(rematch_029_1)>=true <and> <register.registered(protoncerulean)>=true
@battle.trainer(route26\004_2)
:else
@battle.trainer(route26\004_1)
@register.register(rematch_029_1)
:endif
:else
@battle.trainer(route26\004)
:endif
@Text.Show(Wow, you are going to be~really strong.*Here, take this.)
@Item.Give(27,1)
@Item.messagegive(27,1)
:else
@battle.starttrainer(route26\004)
:if:<phone.got>=true
:if:<register.registered(phone_contact_029)>=false
@Text.Show(Wow, you're tough.*I haven't battled that~seriously in a long time.*Could I get your~phone number?*I'd like to battle again~when I heal Victreebel~and the rest of my team.)
@Options.Show(Yes,No)
:when:Yes
@Text.Show(<player.name> registered~gaven's number.)
@sound.play(Receive_PhoneNumber,1)
@Register.register(phone_contact_029)
@Text.Show(How should I beat you?*I'm tormented by those~thoughts all the time...)
:when:No
@text.show(OK...~I understand...~But if you change your mind,~give me a shout anytime.)
:endwhen
:endif
:endif
:endif
:end
@battle.starttrainer(route26\004)
:end