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

30 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
2023-08-07 02:58:49 +02:00
:if:<system.scripttrigger>=phonereceiving
2023-07-25 01:47:01 +02:00
@text.notification(Youngster Ian*Receiving call.......,500,5,5,phone,phone\011)
:end
2016-09-07 18:50:38 +02:00
:endif
2023-07-25 01:47:01 +02:00
@storage.set(int,message,0)
2016-09-07 18:50:38 +02:00
:if:<register.registered(phone_reg_011)>=true
2023-07-25 01:47:01 +02:00
@storage.set(int,message,1)
2016-09-07 18:50:38 +02:00
:else
2023-07-25 01:47:01 +02:00
:if:<register.registered(phone_reg_011_time)>=false
:if:<environment.dayinformation>=saturday,morning
@storage.set(int,message,1)
@Register.register(phone_reg_011)
:else
:if:<phone.callflag>=calling <or> <system.random(0,2)>>0
@storage.set(int,message,1)
@Register.register(phone_reg_011)
:endif
:endif
:endif
2016-09-07 18:50:38 +02:00
:endif
2023-07-25 01:47:01 +02:00
:select:<storage.get(int,message)>
:when:0
@Text.Show(Hey, <player.name>.*How are you?*I am still working on~becoming a gym leader.*Maybe we could battle~again sometime.*Well, talk to~you later.)
:when:1
2024-02-02 17:19:38 +01:00
@Text.Show(Erm...~Hello, <player.name>.*I...uh...~was wondering if you~would like to~battle again.*I will be waiting~on Route 34.)
2023-07-25 01:47:01 +02:00
:endwhen
2016-09-07 18:50:38 +02:00
:end