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

31 lines
1.5 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: Black Belt Kenji~Receiving call.......)
:endif
:if:<register.registered(phone_reg_031)>=true
:then
@Text.Show(Hey, <player.name>.*I just finished some~intense training!*Let's battle again!*I will be waiting~on Route 45.)
:else
:if:<system.random(1,6)>=1 <and> <register.registered(phone_reg_031_time)>=false
:then
@Text.Show(Hey, <player.name>.*I just finished some~intense training!*Let's battle again!*I will be waiting~on Route 45.)
@Register.register(phone_reg_031)
:else
@Text.Show(Yo, <player.name>.*My training~regimen is~going well.*Once I am done~we should battle~again.*Until then.*Bye.)
:endif
:endif
:end