31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
version=2
|
|
|
|
:if:<phone.callflag>=calling
|
|
:then
|
|
@Text.Show(Pokégear:~Calling..............)
|
|
:else
|
|
@Text.Show(Pokégear: Lass Krise~Receiving call.......)
|
|
:endif
|
|
|
|
:if:<register.registered(phone_reg_017)>=true
|
|
:then
|
|
|
|
@Text.Show(Hello, <player.name>.*I really want to~battle you again.*I will be waiting~at the National Park.)
|
|
|
|
:else
|
|
|
|
:if:<environment.dayinformation>=sunday,morning <and> <register.registered(phone_reg_017_time)>=false
|
|
:then
|
|
|
|
@Text.Show(Hello, <player.name>.*I really want to~battle you again.*I will be waiting~at the National Park.)
|
|
@Register.register(phone_reg_017)
|
|
|
|
:else
|
|
|
|
@Text.Show(Hello, <player.name>.*How are you?*It is nice~here in the park.*You should come~visit some time.)
|
|
|
|
:endif
|
|
|
|
:endif
|
|
|
|
:end |