16 lines
1.0 KiB
Plaintext
16 lines
1.0 KiB
Plaintext
version=2
|
|
:if:<not><environment.day>=saturday
|
|
:then
|
|
@Text.Show(Santos: Today's~not Saturday...)
|
|
:else
|
|
:if:<register.registered(santos_item)>=false
|
|
:then
|
|
@Text.Show(Santos: ...*It's Saturday...*I'm Santos of~Saturday...*You can have this...)
|
|
@item.give(113)
|
|
@item.messagegive(113,1)
|
|
@Text.Show(Santos: ...*Spell Tag...*Ghost-type moves~get stronger...*It will frighten~you...)
|
|
@Register.register(santos_item)
|
|
:endif
|
|
@text.Show(Santos: ...*See you again on~another Saturday...*I won't have any~more gifts...)
|
|
:endif
|
|
:end |