16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
version=2
|
|
:if:<not><environment.day>=thursday
|
|
:then
|
|
@Text.Show(Arthur: Today's~not Thursday. How~disappointing.)
|
|
:else
|
|
:if:<register.registered(arthur_item)>=false
|
|
:then
|
|
@Text.Show(Arthur: Who are~you?*I'm Arthur of~Thursday.*Here. You can have~this.)
|
|
@item.give(125)
|
|
@item.messagegive(125,1)
|
|
@Text.Show(Arthur: A Pokémon~that uses rock-*type moves should~hold on to that.*It pumps up rock-type attacks.)
|
|
@Register.register(arthur_item)
|
|
:endif
|
|
@text.Show(Arthur: I'm Arthur~of Thursday. I'm*the second son out~of seven children.)
|
|
:endif
|
|
:end |