|
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 |