P3D-Legacy/P3D/Content/Data/Scripts/GateKeeper.dat

15 lines
640 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>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