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

31 lines
1.5 KiB
Plaintext

version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pokégear:~Calling..............)
:else
@Text.Show(Pokégear: School Kid Chad~Receiving call.......)
:endif
:if:<register.registered(phone_reg_024)>=true
:then
@Text.Show(Hey, <player.name>.*My studies have~been going well.*How about a rematch?*I will be waiting~on Route 38.)
:else
:if:<environment.dayinformation>=friday,morning <and> <register.registered(phone_reg_024_time)>=false
:then
@Text.Show(Hey, <player.name>.*My studies have~been going well.*How about a rematch?*I will be waiting~on Route 38.)
@Register.register(phone_reg_024)
:else
@Text.Show(Hey, <player.name>.*I have a big~exam coming up~so I can't talk~to you now.*I will get back~to you later.*Bye.)
:endif
:endif
:end