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

30 lines
1.8 KiB
Plaintext

version=2
:if:<phone.callflag>=receiving
@text.notification(Picnicker Liz*Receiving call.......,500,5,5,phone,phone\005)
:end
:endif
@storage.set(int,message,0)
:if:<register.registered(phone_reg_005)>=true
@storage.set(int,message,1)
:else
:if:<register.registered(phone_reg_005_time)>=false
:if:<environment.dayinformation>=thursday,evening
@storage.set(int,message,1)
@Register.register(phone_reg_005)
:else
:if:<phone.callflag>=calling <or> <system.random(0,2)>>0
@storage.set(int,message,1)
@Register.register(phone_reg_005)
:endif
:endif
:endif
:endif
:select:<storage.get(int,message)>
:when:0
@Text.Show(Hey did you hear~about......~He did.......~and then.....~hrm?~Who is this?*You're not Gina!)
:when:1
@Text.Show(Hi, <player.name>.~It's me, Liz.*Would you like to~battle me again?*I will be waiting~on Route 32.)
:endwhen
:end