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

36 lines
2.7 KiB
Plaintext

version=2
:if:<system.scripttrigger>=phonereceiving
@text.notification(Pokéfan Beverly*Receiving call.......,500,5,5,phone,phone\018)
:end
:endif
@storage.set(int,message,0)
:if:<register.registered(phone_reg_018)>=true
@storage.set(int,message,1)
:if:<register.registered(phone_reg_018_2)>=true
@storage.set(int,message,2)
:endif
:else
:if:<register.registered(phone_reg_018_time)>=false
:select:<system.random(0,4)>
:when:0
@storage.set(int,message,2)
@Register.register(phone_reg_018)
@Register.register(phone_reg_018_2)
:when:1;2
@storage.set(int,message,1)
@Register.register(phone_reg_018)
:endwhen
:endif
:endif
:select:<storage.get(int,message)>
:when:0
@Text.Show(Hi, <player.name>.~This is Beverly.*How are you doing?*I happened to come across~a wild Snubbull recently.*My Snubbull, I assure you,~was far cuter than~the wild one.*Are your Pokémon in~prime form?*Let's chat about Pokémon~again.*You can expect a call~from me.)
:when:1
@Text.Show(Hi, <player.name>.~This is Beverly.*I was hoping you would be~willing to battle me again.*I'll be at National Park.*Please come see me when~you can.)
:when:2
@text.show(My husband got some nuggets.*If you'd like, you could~have one as thanks for~helping me out.*I'll be at National Park.*Please come see me when~you can.)
:endwhen
:end