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

26 lines
2.1 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>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<00>mon.)
:if:<pokemon.freeplaceinparty>=True
:then
@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<00>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
2016-09-07 18:50:38 +02:00
:then
2019-02-16 19:28:41 +01:00
@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)
2016-09-07 18:50:38 +02:00
:else
@Text.show(Tyrogue is a~fighting-type.*It evolves into a~tougher Pok<00>mon.*Keep up the hard~work. I'll keep~training too.*Farewell!)
2016-09-07 18:50:38 +02:00
:endif
:end