P3D-Legacy/P3D/Content/Data/Scripts/route36/arthur.dat

16 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>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<00>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