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

31 lines
1.6 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: Youngster Ian~Receiving call.......)
:endif
:if:<register.registered(phone_reg_011)>=true
:then
@Text.Show(Erm~Hello, <player.name>.*I....uh...~was wondering if you~would like to~battle again.*I will be waiting~on Route 34.)
:else
:if:<environment.dayinformation>=saturday,morning <and> <register.registered(phone_reg_011_time)>=false
:then
@Text.Show(Erm~Hello, <player.name>.*I....uh...~was wondering if you~would like to~battle again.*I will be waiting~on Route 34.)
@Register.register(phone_reg_011)
:else
@Text.Show(Hey, <player.name>.*How are you?*I am still working on~becoming a gym leader.*Maybe we could battle~again sometime.*Well, talk to~you later.)
:endif
:endif
:end