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

31 lines
1.6 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: Fisher Chris~Receiving call.......)
:endif
:if:<register.registered(phone_reg_026)>=true
:then
@Text.Show(Yo, <player.name>.*I found this item~while I was fishing.*If you want it~I will be waiting~on Route 42.)
:else
:if:<environment.dayinformation>=sunday,evening <and> <register.registered(phone_reg_026_time)>=false
:then
@Text.Show(Yo, <player.name>.*I found this item~while I was fishing.*If you want it~I will be waiting~on Route 42.)
@Register.register(phone_reg_026)
:else
@Text.Show(Yo, <player.name>.*I have been~having trouble~finding any Pok<00>mon.*Maybe I need to~try another spot.*Well, I will~see you later.*Bye.)
:endif
:endif
:end