P3D-Legacy/P3D/Content/Data/Scripts/phone/005.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: Picnicker Liz~Receiving call.......)
:endif
:if:<register.registered(phone_reg_005)>=true
:then
@Text.Show(Hi, <player.name>.~It's me, Liz.*Would you like to~battle me again?*I will be waiting~on Route 32.)
:else
:if:<environment.dayinformation>=thursday,evening <and> <register.registered(phone_reg_005_time)>=false
:then
@Text.Show(Hi, <player.name>.~It's me, Liz.*Would you like to~battle me again?*I will be waiting~on Route 32.)
@Register.register(phone_reg_005)
:else
@Text.Show(Hey did you hear~about......~He did.......~and then.....~hrm?~Who is this?*You're not Gina!)
:endif
:endif
:end