P3D-Legacy/P3D/Content/Data/Scripts/azalea/charcoal_guy.dat

15 lines
1.1 KiB
Plaintext

version=2
:if:<register.registered(ilex_farfetchd_complete)>=true
:then
:if:<register.registered(got_charcoal_azalea)>=false
:then
@Text.Show(I'm sorry--I forgot~to thank you.*This is Charcoal~that I made.*Fire-type Pokémon~would be happy to~hold that.)
@item.give(138)
@item.messagegive(138,1)
@register.register(got_charcoal_azalea)
:endif
@Text.Show(The Slowpoke came~back, and you even~found Farfetch'd.*You're the cool-~est, man!)
:else
@Text.Show(Where have all the~Slowpoke gone?*Are they out play-~ing somewhere?)
:endif
:end