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

31 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
: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
2018-09-15 14:10:44 +02:00
@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
2016-09-07 18:50:38 +02:00
:end