31 lines
3.0 KiB
Plaintext
31 lines
3.0 KiB
Plaintext
version=2
|
|
|
|
:if:<phone.callflag>=calling
|
|
@Text.Show(Pokégear:~Calling..............)
|
|
:else
|
|
@Text.Show(Pokégear: Gentleman Alfred~Receiving call.......)
|
|
:endif
|
|
|
|
:if:<register.registered(phone_reg_021)>=true
|
|
:if:<player.gender>=1
|
|
@Text.Show(Why, hello~Mr. <player.name>.*How are you doing?*I was wondering~if you would be~so kind as to~grace me with~a battle?*I will be~waiting in the~Glitter Lighthouse.)
|
|
:else
|
|
@Text.Show(Why, hello~Ms. <player.name>.*How are you doing?*I was wondering~if you would be~so kind as to~grace me with~a battle?*I will be~waiting in the~Glitter Lighthouse.)
|
|
:endif
|
|
:else
|
|
:if:<environment.dayinformation>=tuesday,evening <and> <register.registered(phone_reg_021_time)>=false
|
|
:if:<player.gender>=1
|
|
@Text.Show(Why, hello~Mr. <player.name>.*How are you doing?*I was wondering~if you would be~so kind as to~grace me with~a battle?*I will be~waiting in the~Glitter Lighthouse.)
|
|
:else
|
|
@Text.Show(Why, hello~Ms. <player.name>.*How are you doing?*I was wondering~if you would be~so kind as to~grace me with~a battle?*I will be~waiting in the~Glitter Lighthouse.)
|
|
:endif
|
|
@Register.register(phone_reg_021)
|
|
:else
|
|
:if:<player.gender>=1
|
|
@Text.Show(Why, hello~Mr. <player.name>.*How are you doing?*It is quite nice~here in Olivine~right now.*How is it~where you are?*Talk to you again.)
|
|
:else
|
|
@Text.Show(Why, hello~Ms. <player.name>.*How are you doing?*It is quite nice~here in Olivine~right now.*How is it~where you are?*Talk to you again.)
|
|
:endif
|
|
:endif
|
|
:endif
|
|
:end |