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

31 lines
1.6 KiB
Plaintext

version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pokégear:~Calling..............)
:else
@Text.Show(Pokégear: Bug Catcher Wade~Receiving call.......)
:endif
:if:<register.registered(phone_reg_004)>=true
:then
@Text.Show(Hello, <player.name>.~This is Wade.*Do you want to~battle again?*I will be waiting~on Route 31.)
:else
:if:<environment.dayinformation>=tuesday,night <and> <register.registered(phone_reg_004_time)>=false
:then
@Text.Show(Hello, <player.name>.~This is Wade.*Do you want to~battle again?*I will be waiting~on Route 31.)
@Register.register(phone_reg_004)
:else
@Text.Show(Hello? This is~Wade speaking.*Oh. Hi, <player.name>!~How are you?*I am thinking about going to the~bug catching contest.*Are you going?*See you later!)
:endif
:endif
:end