P3D-Legacy/P3D/Content/Data/Scripts/trainer/route32/002.dat

48 lines
1.9 KiB
Plaintext

version=2
:if:<register.registered(phone_reg_005)>=true
:then
@Text.Show(Wait what? Hm?~A Pokémon battle?*Oh sure. Let's start.)
@Register.unregister(phone_reg_005)
@Register.registertime(phone_reg_time_005,1,day)
@battle.trainer(route32\32002)
:if:<player.badges>>2
:then
:if:<register.registered(rematch_005_1)>=true
:then
@battle.trainer(route32\32002_2)
:else
@register.register(rematch_005_1)
@battle.trainer(route32\32002_1)
:endif
:else
@battle.trainer(32002)
:endif
:else
@battle.starttrainer(route32\32002)
:if:<phone.got>=true
:then
:if:<register.registered(phone_contact_005)>=false
:then
@Text.Show(Oh I know, I will give~you my number and you~give me yours.)
@Options.Show(Yes,No)
:when:Yes
@Text.Show(<player.name> registered~Liz's number.)
@Register.register(phone_contact_005)
@Text.Show(I'll let you know whenever~I want to battle you.)
:when:No
:endwhen
:endif
:endif
:endif
:end