P3D-Legacy/P3D/Content/Data/Scripts/blackthorn/santos.dat

16 lines
1.0 KiB
Plaintext
Raw Normal View History

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