38 lines
3.0 KiB
Plaintext
38 lines
3.0 KiB
Plaintext
version=2
|
|
:if:<register.registered(clairtmget)>=True
|
|
:then
|
|
:if:<register.registered(masterdratiniget)>=True
|
|
:then
|
|
@text.show(Dragon Pokémon are~symbolic of our clan.*You have shown~that you can be~entrusted with one.)
|
|
:if:<register.registered(oak_give_mega_bracelet)>=true <and> <register.registered(mastergarchompite)>=false
|
|
@text.show(That bracelet...*I believe this stone~will be useful to you.)
|
|
@Item.give(518,1)
|
|
@Item.messagegive(518,1)
|
|
@text.show(Sometimes even the strongest~Dragon Pokémon have even~more power hidden inside.*This is why we take~training them so seriously.)
|
|
@register.register(mastergarchompite)
|
|
:endif
|
|
:end
|
|
:else
|
|
@Text.show(Hm... Good to see~you here.*Your arrival is~most fortunate.*I have something~for you.*Take this Dratini~as proof that I*have recognized~your worth.)
|
|
:if:<pokemon.freeplaceinparty>=True
|
|
:then
|
|
@pokemon.add(147,15,A Gift at,5)
|
|
@text.show(<player.name>, recieved Dratini!)
|
|
@pokemon.clearattacks(<pokemon.count>-1)
|
|
@pokemon.addattack(<pokemon.count>-1,86)
|
|
@pokemon.addattack(<pokemon.count>-1,239)
|
|
@pokemon.addattack(<pokemon.count>-1,82)
|
|
@pokemon.addattack(<pokemon.count>-1,245)
|
|
@pokemon.rename(last)
|
|
@register.register(masterdratiniget)
|
|
@text.show(Dragon Pokémon are~symbolic of our clan.*You have shown~that you can be~entrusted with one.)
|
|
:end
|
|
:else
|
|
@Text.show(Hm? Your Pokémon~party is full.)
|
|
:end
|
|
:endif
|
|
:endif
|
|
:else
|
|
@text.show(Come again, if you~so desire.)
|
|
:end
|
|
:endif |