P3D-Legacy/P3D/Content/Data/Scripts/phone/023.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: Lass Dana~Receiving call.......)
:endif
:if:<register.registered(phone_reg_023)>=true
:then
@Text.Show(Hello, <player.name>.*Want to come~battle me?*I will be waiting~on Route 38.)
:else
:if:<environment.dayinformation>=thursday,night <and> <register.registered(phone_reg_023_time)>=false
:then
@Text.Show(Hello, <player.name>.*Want to come~battle me?*I will be waiting~on Route 38.)
@Register.register(phone_reg_023)
:else
@Text.Show(Hey, <player.name>.*How are you?*I have been~hanging out~with my friends~a lot recently.*Maybe we should~battle some time?*Talk to you later.)
:endif
:endif
:end