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: Fisherman Wilton~Receiving call.......)
|
|
:endif
|
|
|
|
:if:<register.registered(phone_reg_030)>=true
|
|
:then
|
|
|
|
@Text.Show(Hello, <player.name>.*I have caught some~new Pokémon and I~want to test them out.*Will you come~battle me?*I will be waiting~on Route 44.)
|
|
|
|
:else
|
|
|
|
:if:<environment.dayinformation>=thursday,morning <and> <register.registered(phone_reg_030_time)>=false
|
|
:then
|
|
|
|
@Text.Show(Hello, <player.name>.*I have caught some~new Pokémon and I~want to test them out.*Will you come~battle me?*I will be waiting~on Route 44.)
|
|
@Register.register(phone_reg_030)
|
|
|
|
:else
|
|
|
|
@Text.Show(Hello, <player.name>.*I have been having~alot of luck with~my trusty rod~recently.*Maybe we should~battle soon.*But not yet.*I still need a~little more training.)
|
|
|
|
:endif
|
|
|
|
:endif
|
|
|
|
:end |