P3D-Legacy/P3D/Content/Data/Scripts/nationalpark/youngster_wondering.dat

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