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

31 lines
1.7 KiB
Plaintext

version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pokégear:~Calling..............)
:else
@Text.Show(Pokégear: Camper Todd~Receiving call.......)
:endif
:if:<register.registered(phone_reg_010)>=true
:then
@Text.Show(Yo, <player.name>~this is Todd here.*How are you?*I have been training~very hard.*Want to battle?*I will be waiting~on Route 34.)
:else
:if:<environment.dayinformation>=saturday,morning <and> <register.registered(phone_reg_010_time)>=false
:then
@Text.Show(Yo, <player.name>~this is Todd here.*How are you?*I have been training~very hard.*Want to battle?*I will be waiting~on Route 34.)
@Register.register(phone_reg_010)
:else
@Text.Show(Hello, <player.name>.*I have heard that~sometimes there are~sales at the~Dept. Store.*I will let~you know if~I hear of one.*Bye.)
:endif
:endif
:end