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

30 lines
2.1 KiB
Plaintext
Raw Normal View History

2023-07-26 20:38:46 +02:00
<EFBFBD><EFBFBD>version=2
2023-08-07 02:58:49 +02:00
:if:<system.scripttrigger>=phonereceiving
2023-07-26 20:38:46 +02:00
@text.notification(Ace Trainer Reena*Receiving call.......,500,5,5,phone,phone\037)
:end
:endif
@storage.set(int,message,0)
:if:<register.registered(phone_reg_037)>=true
@storage.set(int,message,1)
:else
:if:<register.registered(phone_reg_037_time)>=false
:if:<environment.dayinformation>=sunday,morning
@storage.set(int,message,1)
@Register.register(phone_reg_037)
:else
:if:<phone.callflag>=calling <or> <system.random(0,2)>>0
@storage.set(int,message,1)
@Register.register(phone_reg_037)
:endif
:endif
:endif
:endif
:select:<storage.get(int,message)>
:when:0
@Text.Show(You're slow!~Hurry up and answer!~It's me, Reena!*Listen, dear...~Do you recall my Nidoqueen?~Yes, exactly.~That lovely Nidoqueen.*Wouldn't you agree it's~a perfect match for me?*Fine, you may go.)
:when:1
@Text.Show(You're slow!~Hurry up and answer!~It's me, Reena!*We are going to battle!~The place shall be~Route 27!*Don't make me wait!~Got it?)
:endwhen
:end