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

21 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pok<00>gear:~Calling..............)
:else
@Text.Show(Pok<00>gear: School Kid Jack~Receiving call.......)
:endif
2018-09-15 10:58:09 +02:00
:if:<register.registered(phone_reg_019)>=true
2018-09-15 10:58:09 +02:00
: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
@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
2018-09-15 10:58:09 +02:00
:endif
2016-09-07 18:50:38 +02:00
:end