P3D-Legacy/P3D/Content/Data/Scripts/route40/monica.dat

16 lines
1.2 KiB
Plaintext

version=2
:if:<not><environment.day>=monday
:then
@Text.Show(Monica: I don't~think today is~Monday. How sad...)
:else
:if:<register.registered(monica_item)>=false
:then
@Text.Show(Monica: Glad to~meet you. I'm*Monica of Monday.*As a token of our~friendship, I have~a gift for you!)
@item.give(77)
@item.messagegive(77,1)
@Text.Show(Monica: It's an~item that raises*the power of flying-type moves.*You should equip a~bird Pokémon with~that item.)
@Register.register(monica_item)
:endif
@text.Show(Monica: My brothers~and sisters*are all over the~place.*See if you could~find them all!)
:endif
:end