mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Fix some flickering when snowy situations replace slopes with actual stairs fix phone typo Some extra offset stuff for r17
31 lines
1.7 KiB
Plaintext
31 lines
1.7 KiB
Plaintext
version=2
|
|
|
|
:if:<phone.callflag>=calling
|
|
:then
|
|
@Text.Show(Pokégear:~Calling..............)
|
|
:else
|
|
@Text.Show(Pokégear: Bug Catcher Arnie~Receiving call.......)
|
|
:endif
|
|
|
|
:if:<register.registered(phone_reg_014)>=true
|
|
:then
|
|
|
|
@Text.Show(Hello <player.name>!*My Venonat and I~have been training.~Want to battle again?*I will be waiting~on Route 35.)
|
|
|
|
:else
|
|
|
|
:if:<environment.dayinformation>=tuesday,morning <and> <register.registered(phone_reg_014_time)>=false
|
|
:then
|
|
|
|
@Text.Show(Hello <player.name>!*My Venonat and I~have been training.~Want to battle again?*I will be waiting~on Route 35.)
|
|
@Register.register(phone_reg_014)
|
|
|
|
:else
|
|
|
|
@Text.Show(Hey, <player.name>.*I heard the~bug catching contest~might happen soon.*I caught my~Venonat during a~competition before.*Maybe I will find~another partner~in the next one.*Talk to you later.)
|
|
|
|
:endif
|
|
|
|
:endif
|
|
|
|
:end |