P3D-Legacy/P3D/Content/Data/Scripts/phone/019.dat

31 lines
1.5 KiB
Plaintext

version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pokégear:~Calling..............)
:else
@Text.Show(Pokégear: School Kid Jack~Receiving call.......)
:endif
:if:<register.registered(phone_reg_019)>=true
:then
@Text.Show(Hello, <player.name>.*I have been studying~very hard.*Want to battle again?*I will be waiting~at the National Park.)
:else
:if:<environment.dayinformation>=monday,morning <and> <register.registered(phone_reg_019_time)>=false
:then
@register.register(phone_reg_019)
@Text.Show(Hello, <player.name>.*I have been studying~very hard.*Want to battle again?*I will be waiting~at the National Park.)
:else
@Text.Show(Oh, hey <player.name>.*I am busy studying~right now.*I will call you~back later.)
:endif
:endif
:end