P3D-Legacy/P3D/Content/Data/Scripts/route32/frieda.dat

16 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<not><environment.day>=friday
:then
@Text.Show(Frieda: Isn't it~Friday today?*It's so boring~when it's not!)
:else
:if:<register.registered(frieda_item)>=false
:then
@Text.Show(Frieda: Yahoo!~It's Friday!*I'm Frieda of~Friday!*Nice to meet you!*Here's a Poison~Barb for you!)
@item.give(81)
@item.messagegive(81,1)
@Text.Show(Frieda: Give it to~a Pok<00>mon that has~poison-type moves.*Oh!*It's wicked!*You'll be shocked~how good it makes~poison moves!)
@Register.register(frieda_item)
:endif
@text.Show(Frieda: Hiya! What~day do you like?*I love Friday. No~doubt about it!*Don't you think~it's great too?)
:endif
:end