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

31 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pok<00>gear:~Calling..............)
:else
@Text.Show(Pok<00>gear: Picnicker Erin~Receiving call.......)
:endif
:if:<register.registered(phone_reg_033)>=true
:then
@Text.Show(Hey, <player.name>.*Lets battle again!*I will be waiting~on Route 46!)
:else
:if::if:<environment.dayinformation>=saturday,night <and> <register.registered(phone_reg_033_time)>=false
:then
@Text.Show(Hey, <player.name>.*Lets battle again!*I will be waiting~on Route 46!)
@Register.register(phone_reg_033)
:else
@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!)
:endif
:endif
:end