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

31 lines
1.7 KiB
Plaintext

version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pokégear:~Calling..............)
:else
@Text.Show(Pokégear: Bug Catcher Arnie~Receiving call.......)
:endif
:if:<register.registered(phone_reg_014)>=true
:then
@Text.Show(Hello <player.name>!*My Venonat and I~have been training.~Want to battle again?*I will be waiting~on Route 35.)
:else
:if:<environment.dayinformation>=tuesday,morning <and> <register.registered(phone_reg_014_time)>=false
:then
@Text.Show(Hello <player.name>!*My Venonat and I~have been training.~Want to battle again?*I will be waiting~on Route 35.)
@Register.register(phone_reg_014)
:else
@Text.Show(Hey, <player.name>.*I heard the~bug catching contest~might happen soon.*I caught my~Venonat during a~competition before.*Maybe I will find~another partner~in the next one.*Talk to you later.)
:endif
:endif
:end