16 lines
1.2 KiB
Plaintext
16 lines
1.2 KiB
Plaintext
version=2
|
|
:if:<not><environment.day>=wednesday
|
|
:then
|
|
@Text.Show(Wesley: Today's~not Wednesday.~That's too bad.)
|
|
:else
|
|
:if:<register.registered(wesley_item)>=false
|
|
:then
|
|
@Text.Show(Wesley: Well, how~do you do?*Seeing as how it's~Wednesday today,*I'm Wesley of~Wednesday.*Pleased to meet~you. Please take a~souvenir.)
|
|
@item.give(98)
|
|
@item.messagegive(98,1)
|
|
@Text.Show(Wesley: Blackbelt~beefs up the power~of fighting moves.)
|
|
@Register.register(wesley_item)
|
|
:endif
|
|
@text.Show(Wesley: Since you~found me, you must*have met my brothers~and sisters.*Or did you just~get lucky?)
|
|
:endif
|
|
:end |