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

31 lines
1.5 KiB
Plaintext

version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pokégear:~Calling..............)
:else
@Text.Show(Poké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