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

31 lines
1.5 KiB
Plaintext

version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pokégear:~Calling..............)
:else
@Text.Show(Pokégear: Hiker Parry~Receiving call.......)
:endif
:if:<register.registered(phone_reg_032)>=true
:then
@Text.Show(Hello, <player.name>.*I would like~to have a~rematch with you.*I will be waiting~on Route 45.)
:else
:if:<environment.dayinformation>=friday,evening <and> <register.registered(phone_reg_032_time)>=false
:then
@Text.Show(Hello, <player.name>.*I would like~to have a~rematch with you.*I will be waiting~on Route 45.)
@Register.register(phone_reg_032)
:else
@Text.Show(Hey, <player.name>.*I seem to be a~little lost.*Once I find my~way back we~should battle.*I will call~you then.*Bye.)
:endif
:endif
:end