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

30 lines
1.8 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
2023-07-26 07:23:12 +02:00
:if:<phone.callflag>=receiving
@text.notification(Black Belt Kenji*Receiving call.......,500,5,5,phone,phone\031)
:end
2016-09-07 18:50:38 +02:00
:endif
2023-07-26 07:23:12 +02:00
@storage.set(int,message,0)
2016-09-07 18:50:38 +02:00
:if:<register.registered(phone_reg_031)>=true
2023-07-26 07:23:12 +02:00
@storage.set(int,message,1)
2016-09-07 18:50:38 +02:00
:else
2023-07-26 07:23:12 +02:00
:if:<register.registered(phone_reg_031_time)>=false
:if:<environment.dayinformation>=monday,evening
@storage.set(int,message,1)
@Register.register(phone_reg_031)
:else
:if:<phone.callflag>=calling <or> <system.random(0,2)>>0
@storage.set(int,message,1)
@Register.register(phone_reg_031)
:endif
:endif
:endif
2016-09-07 18:50:38 +02:00
:endif
2023-07-26 07:23:12 +02:00
:select:<storage.get(int,message)>
:when:0
@Text.Show(Yo, <player.name>.*My training~regimen is~going well.*Once I am done~we should battle~again.*Until then.*Bye.)
:when:1
@Text.Show(Hey, <player.name>.*I just finished some~intense training!*Let's battle again!*I will be waiting~on Route 45.)
:endwhen
2016-09-07 18:50:38 +02:00
:end