31 lines
1.6 KiB
Plaintext
31 lines
1.6 KiB
Plaintext
version=2
|
|
|
|
:if:<phone.callflag>=calling
|
|
:then
|
|
@Text.Show(Pokégear:~Calling..............)
|
|
:else
|
|
@Text.Show(Pokégear: Fisher Chris~Receiving call.......)
|
|
:endif
|
|
|
|
:if:<register.registered(phone_reg_026)>=true
|
|
:then
|
|
|
|
@Text.Show(Yo, <player.name>.*I found this item~while I was fishing.*If you want it~I will be waiting~on Route 42.)
|
|
|
|
:else
|
|
|
|
:if:<environment.dayinformation>=sunday,evening <and> <register.registered(phone_reg_026_time)>=false
|
|
:then
|
|
|
|
@Text.Show(Yo, <player.name>.*I found this item~while I was fishing.*If you want it~I will be waiting~on Route 42.)
|
|
@Register.register(phone_reg_026)
|
|
|
|
:else
|
|
|
|
@Text.Show(Yo, <player.name>.*I have been~having trouble~finding any Pokémon.*Maybe I need to~try another spot.*Well, I will~see you later.*Bye.)
|
|
|
|
:endif
|
|
|
|
:endif
|
|
|
|
:end |