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

66 lines
2.5 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(phone_reg_009)>=true
:then
@Register.unregister(phone_reg_009)
:if:<environment.day>=sunday
:then
:if:<environment.daytime>=evening
:then
@Text.Show(I found this while~training my Pok<00>mon.)
@Item.Give(34)
@Item.messagegive(34,1)
@Register.registertime(phone_reg_time_009,1,day)
@Text.Show(I'll let you know whenever~I want to battle you.)
:end
:endif
:endif
@Text.Show(I think I am strong~enough now.*Let's practice!)
@Register.registertime(phone_reg_time_009,1,day)
:if:<player.badges>>3
:then
:if:<register.registered(rematch_009_1)>=true
:then
@battle.trainer(route34\003_2)
:else
@register.register(rematch_009_1)
@battle.trainer(route34\003_1)
:endif
:else
@battle.trainer(route34\003)
:endif
:else
@battle.starttrainer(route34\003)
:if:<phone.got>=true
:then
:if:<register.registered(phone_contact_009)>=false
:then
@Text.Show(You're too strong~to be a practice~partner.*...For now.~Let's battle again later?)
@Options.Show(Yes,No)
:when:Yes
@sound.play(Receive_PhoneNumber,1)
@Text.Show(<player.name> registered~Gina's number.)
2016-09-07 18:50:38 +02:00
@Register.register(phone_contact_009)
@Text.Show(I'll let you know whenever~I want to battle you.)
:when:No
:endwhen
:endif
:endif
:endif
:end