P3D-Legacy/P3D/Content/Data/Scripts/phone/015.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: Firebreather Walt~Receiving call.......)
:endif
:if:<register.registered(phone_reg_015)>=true
:then
@Text.Show(What's up <player.name>?*Recently my Magmar~and I have been~scorching the~competition.*Let's have a rematch!*I will be waiting on Route 35.)
:else
:if:<environment.dayinformation>=monday,evening <and> <register.registered(phone_reg_015_time)>=false
:then
@Text.Show(What's up <player.name>?*Recently my Magmar~and I have been~scorching the~competition.*Let's have a rematch!*I will be waiting on Route 35.)
@Register.register(phone_reg_015)
:else
@Text.Show(Yo, <player.name>!*You still~going hot?*I know I am.*We should~meet up again.*'Til then, later!)
:endif
:endif
:end