mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-14 14:28:33 +02:00
10 lines
558 B
Plaintext
10 lines
558 B
Plaintext
version=2
|
|
|
|
:if:<environment.day>=Tuesday <or> <environment.day>=Thursday <or> <environment.day>=Saturday
|
|
:then
|
|
@text.show(The Bug-Catching Contest~is today. Are you~going to participate?)
|
|
:else
|
|
@text.show(When is the next~Bug-Catching Contest~going to be?)
|
|
:endif
|
|
|
|
:end |