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

21 lines
3.4 KiB
Plaintext

version=2
:if:<register.registered(clubintro)>=true <and> <register.registered(earthbadge_obtain)>=true <and> <register.registered(BlueRematchTalk)>=false
@text.show(Well well, the legendary~trainer from Johto!*How are you doing~<player.name>?*Say, I recently got this~invite for a battle bar.*You wouldn't happen to know~anything about it, do you?*I'll tell you what,~if you're visiting then~I might just start showing~up as well.*At least then I'll have a~worthy opponent.*How about Wednesdays?*I'll see you there for~another legendary battle!)
@register.register(BlueRematchTalk)
@register.change(clubregisters,<register.value(clubregisters)>+1)
:end
:endif
@battle.starttrainer(viridian_gym\leader)
@player.AchieveEmblem(earth)
:if:<register.registered(earthbadge_obtain)>=False
@register.register(earthbadge_obtain)
@npc.unregister(ceruleancave\bf1.dat|0|remove|0)
@npc.register(routes\route10.dat|3|position|2,0,10)
@npc.register(gates\league.dat|1|remove|0)
@player.GetBadge(8)
@Text.show(No way!*How the heck did~I lose to you?*...*Tch, all right...*Here, take this.*It's the Earth Badge.*With this Badge,~you'll be able to~use the HM move~Rock Climb!*In all of Kanto~and Johto there is only~one other person who has~beaten me the~way you just did.*He is currently~training alone on~Mt. Silver.*I think you would~enjoy battling each~other.*I will make arrangments~for you to be allowed~to go to the mountain.*Just take Route 22~from here to the~League Gate and pass~straight through to~take the road to~Mt. Silver.*Here!*Take this as well!*)
@item.give(376,1)
@item.messagegive(376,1)
@Text.show(It contains Metronome!*It uses ANY move at random!*It's a very tricky~move, isn't it?)
:endif
:end