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

31 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pok<00>gear:~Calling..............)
:else
@Text.Show(Pok<00>gear: Pok<00>fan Derek~Receiving call.......)
:endif
:if:<register.registered(phone_reg_025)>=true
:then
@Text.Show(Hey, <player.name>,~I trained my precious~Pikachu and now it's ready~to battle.*If you want to~I will be waiting~on Route 39.)
:else
:if:<system.random(1,10)>=1 <and> <register.registered(phone_reg_025_time)>=false
:then
@Text.Show(Hey, <player.name>,~I trained my precious~Pikachu and now it's ready~to battle.*If you want to~I will be waiting~on Route 39.)
@Register.register(phone_reg_025)
:else
@Text.Show(Hello, <player.name>.*How are you?*My Pikachu is as~adorable as ever.*Maybe you should~come and see it again.*Well, talk to~you later.)
:endif
:endif
:end