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

23 lines
1.4 KiB
Plaintext

version=2
:if:<register.registered(clubintro)>=true <and> <register.registered(BugsyRematchTalk)>=false
@text.show(Hey <player.name>,~hear this.*Last season I was able to~catch a whole bunch of bug~Pokémon that migrated from~Kanto.*I am itching to test them~out in battle.*Rumor is that Goldenrod has~opened a new battle bar~in the city center.*I will make sure to be there~a few mornings if you are~interested in a rematch.)
@register.register(BugsyRematchTalk)
@register.change(clubregisters,<register.value(clubregisters)>+1)
:end
:endif
@battle.starttrainer(azalea_gym\leader)
@player.AchieveEmblem(hive)
:if:<register.registered(hivebadge_obtain)>=False
@register.register(hivebadge_obtain)
@register.register(trainer_azalea_gym\001)
@register.register(trainer_azalea_gym\002)
@register.register(trainer_azalea_gym\003)
@register.register(trainer_azalea_gym\004)
@register.register(trainer_azalea_gym\005)
@player.GetBadge(10)
@Text.show(Do you know the~benefits of Hivebadge?*If you have it,~Pokémon up to Level 30 will~obey you.*Pokémon that know~Cut will be able*to use it outside~of battle too.*Here, I also want~you to have this.)
@item.give(239,1)
@item.messagegive(239,1)
@Text.show(TM49 contains~Fury Cutter.*If you don't miss,~it gets stronger~every turn.*The longer your~battle goes, the~better it gets.*Isn't that great?~I discovered it!)
:endif
:end