mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
15 lines
640 B
Plaintext
15 lines
640 B
Plaintext
version=2
|
|
:if:<environment.daytimeid>=0
|
|
@Text.show(Be careful and~have a good day, Sir!)
|
|
:endif
|
|
:if:<environment.daytimeid>=1
|
|
@Text.show(Good morning, Sir!)
|
|
:endif
|
|
|
|
:if:<environment.daytimeid>=2
|
|
@Text.show(Good day, Sir!)
|
|
:endif
|
|
:if:<environment.daytimeid>=3
|
|
@Text.show(Good evening, Sir!)
|
|
:endif
|
|
:end |