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

23 lines
2.8 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(clubintro)>=true <and> <register.registered(PryceRematchTalk)>=false
2019-03-08 08:14:29 +01:00
@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
2016-09-07 18:50:38 +02:00
@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<00>mon.*It also lets your~Pok<00>mon use Whirlpool~to get across real Whirlpools.*And this...~This is a gift from me!)
2019-02-10 21:03:20 +01:00
@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.)
2016-09-07 18:50:38 +02:00
:endif
:end