P3D-Legacy/P3D/Content/Data/Scripts/trainer/mahogany_gym/leader.dat

23 lines
2.8 KiB
Plaintext

version=2
:if:<register.registered(clubintro)>=true <and> <register.registered(PryceRematchTalk)>=false
@text.show(Welcome back,~<player.name>.*It's good to see that such~a talented trainer has time~to visit me again.*I suspect you have only~gotten stronger since our~last encounter?*If you don't mind I would~like to test that again.*Say, there is this new~Battle Bar in Goldenrod,~how about we meet up Tuesday~or Thursday evenings?*I can show you what this~elder still has to offer.)
@register.register(PryceRematchTalk)
@register.change(clubregisters,<register.value(clubregisters)>+1)
:end
:endif
@battle.starttrainer(mahogany_gym\leader)
@player.AchieveEmblem(glacier)
:if:<register.registered(glacierbadge_obtain)>=False
@register.register(glacierbadge_obtain)
@register.register(trainer_mahogany_gym\001)
@register.register(trainer_mahogany_gym\002)
@register.register(trainer_mahogany_gym\003)
@register.register(trainer_mahogany_gym\004)
@register.register(trainer_mahogany_gym\005)
@player.GetBadge(15)
@text.show(That Badge will~raise the Special stats~of Pokémon.*It also lets your~Pokémon use Whirlpool~to get across real Whirlpools.*And this...~This is a gift from me!)
@item.give(206,1)
@item.messagegive(206,1)
@text.show(That TM contains Icy Wind.*It inflicts damage~and lowers speed.*It demonstrates~the harshness of winter.)
:endif
:end