P3D-Legacy/P3D/Content/Data/Scripts/trainer/mtmortar/Kungfu.dat

27 lines
2.2 KiB
Plaintext

version=2
:if:<register.registered(mtmortar_tyrogue_get)>=false
:then
@battle.starttrainer(mtmortar\Kungfu)
@text.show(My training is~still not enough...*But a loss is a~loss. I admit it.*As proof that you~defeated me, I'll*give you a rare~fighting Pokémon.)
:if:<pokemon.freeplaceinparty>=True
:then
@text.show(<player.name> received~a Tyrogue!)
@pokemon.add(236,10,A Gift at,5)
@pokemon.rename(last)
@register.register(mtmortar_tyrogue_get)
@Text.show(Tyrogue is a~fighting-type.*It evolves into a~tougher Pokémon.*Keep up the hard~work. I'll keep~training too.*Farewell!)
:end
:else
@Text.show(You have no room~in your party!)
:end
:endif
:endif
:if:<register.registered(KiyoRematchTalk)>=false <and> <register.registered(clubextendinvite)>=true
:then
@text.show(What?~A club in Goldenrod?*Where the best of~the best meet up~to battle?*That does sound~interesting.*I might go check~it out!)
@register.register(KiyoRematchTalk)
:else
@Text.show(Tyrogue is a~fighting-type.*It evolves into a~tougher Pokémon.*Keep up the hard~work. I'll keep~training too.*Farewell!)
:endif
:end