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: Picnicker Erin~Receiving call.......)
|
|
:endif
|
|
|
|
:if:<register.registered(phone_reg_033)>=true
|
|
:then
|
|
|
|
@Text.Show(Hey, <player.name>.*Lets battle again!*I will be waiting~on Route 46!)
|
|
|
|
:else
|
|
|
|
:if::if:<environment.dayinformation>=saturday,night <and> <register.registered(phone_reg_033_time)>=false
|
|
:then
|
|
|
|
@Text.Show(Hey, <player.name>.*Lets battle again!*I will be waiting~on Route 46!)
|
|
@Register.register(phone_reg_033)
|
|
|
|
:else
|
|
|
|
@Text.Show(Hey, <player.name>.*How are you?*I am doing pretty good.*I am having a~lot of fun riding~with my Ponyta.*They go so fast!*Maybe you can~try it next time~I see you!*Until then,~Bye!)
|
|
|
|
:endif
|
|
|
|
:endif
|
|
|
|
:end |