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

31 lines
1.7 KiB
Plaintext

version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pokégear:~Calling..............)
:else
@Text.Show(Pokégear: PokéManiac Brent~Receiving call.......)
:endif
:if:<register.registered(phone_reg_028)>=true
:then
@Text.Show(Hello, <player.name>.*Have you found~anymore rare pokemon?*I want to see them.*Lets battle again*I will be waiting~on Route 43.)
:else
:if:<environment.dayinformation>=monday,morning <and> <register.registered(phone_reg_028_time)>=false
:then
@Text.Show(Hello, <player.name>.*Have you found~anymore rare pokemon?*I want to see them.*Lets battle again*I will be waiting~on Route 43.)
@Register.register(phone_reg_028)
:else
@Text.Show(Hey, <player.name>.*I am kinda sad~right now.*I haven't seen~any rare~Pokémon recently.*Maybe you have?*If you do come~show me please.*Hope to see~you soon.*Bye.)
:endif
:endif
:end