31 lines
1.8 KiB
Plaintext
31 lines
1.8 KiB
Plaintext
version=2
|
|
|
|
:if:<phone.callflag>=calling
|
|
:then
|
|
@Text.Show(Pokégear:~Calling..............)
|
|
:else
|
|
@Text.Show(Pokégear: Bird Keeper Vance~Receiving call.......)
|
|
:endif
|
|
|
|
:if:<register.registered(phone_reg_029)>=true
|
|
:then
|
|
|
|
@Text.Show(Hey, <player.name>.*How are you doing?*My birds have~gotten much stronger.*Lets battle so~I can prove~it to you!*I will be waiting on Route 44.)
|
|
|
|
:else
|
|
|
|
:if:<environment.dayinformation>=wednesday,night <and> <register.registered(phone_reg_029_time)>=false
|
|
:then
|
|
|
|
@Text.Show(Hey, <player.name>.*How are you doing?*My birds have~gotten much stronger.*Lets battle so~I can prove~it to you!*I will be waiting on Route 44.)
|
|
@Register.register(phone_reg_029)
|
|
|
|
:else
|
|
|
|
@Text.Show(Hello, <player.name>.*My birds seems~to be able to~fly higher than~they used to.*They must be~getting stronger.*Maybe we should~battle again soon.*I will talk~to you later.*Bye.)
|
|
|
|
:endif
|
|
|
|
:endif
|
|
|
|
:end |