P3D-Legacy/P3D/Content/Data/Scripts/phone/033.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-26 08:06:54 +02:00
@text.notification(Picnicker Erin*Receiving call.......,500,5,5,phone,phone\033)
:end
2016-09-07 18:50:38 +02:00
:endif
2023-07-26 08:06:54 +02:00
@storage.set(int,message,0)
2016-09-07 18:50:38 +02:00
:if:<register.registered(phone_reg_033)>=true
2023-07-26 08:06:54 +02:00
@storage.set(int,message,1)
2016-09-07 18:50:38 +02:00
:else
2023-07-26 08:06:54 +02:00
:if:<register.registered(phone_reg_033_time)>=false
:if:<environment.dayinformation>=saturday,night
@storage.set(int,message,1)
@Register.register(phone_reg_033)
:else
:if:<phone.callflag>=calling <or> <system.random(0,2)>>0
@storage.set(int,message,1)
@Register.register(phone_reg_033)
:endif
:endif
:endif
2016-09-07 18:50:38 +02:00
:endif
2023-07-26 08:06:54 +02:00
:select:<storage.get(int,message)>
:when:0
@Text.Show(Hey, <player.name>.*How are you?*I am doing pretty good.*I am having a~lot of fun riding~with my Ponyta.*They go so fast!*Maybe you can~try it next time~I see you!*Until then,~Bye!)
:when:1
@Text.Show(Hey, <player.name>.*Lets battle again!*I will be waiting~on Route 46!)
:endwhen
2016-09-07 18:50:38 +02:00
:end