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

19 lines
2.2 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(earthbadge_obtain)>=true <and> <register.registered(BrockRematchTalk)>=false
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe around noon during~the beginning of the week?*If you visit while~I am there maybe~we could battle.)
@register.register(BrockRematchTalk)
@register.change(clubregisters,<register.value(clubregisters)>+1)
:end
:endif
2016-09-07 18:50:38 +02:00
@battle.starttrainer(pewter_gym\leader)
@player.AchieveEmblem(boulder)
:if:<register.registered(boulderbadge_obtain)>=False
@register.register(boulderbadge_obtain)
@register.register(trainer_pewter_gym\001)
@player.GetBadge(1)
@Text.show(I really enjoyed~the battle with you,~<player.name>!*I'll give you the~move Rock Slide, too.*It can sometimes cause~your foe to flinch.)
@item.add(385,1)
@item.messagegive(385,1)
@Text.show(Brock: The world is huge.*There are still many~strong trainers like you.*Just wait and see.*I'm going to become~a lot stronger too!)
2016-09-07 18:50:38 +02:00
:endif
:end