20 lines
1.2 KiB
Plaintext
20 lines
1.2 KiB
Plaintext
version=2
|
|
:if:<register.registered(clubintro)>=true <and> <register.registered(FalknerRematchTalk)>=false
|
|
@text.show(Hello <player.name>,~how are you doing?*Me and my birds have honed~our abilities and soared to~new heights in battling!*I'd show you but we are~currently renovating the~Gym's scaffolding.*What?~A battle bar?*That sounds like the perfect~place for a rematch!*I can visit in the mornings.)
|
|
@register.register(FalknerRematchTalk)
|
|
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
|
:end
|
|
:endif
|
|
|
|
@battle.starttrainer(violetgymleader)
|
|
@player.AchieveEmblem(zephyr)
|
|
:if:<register.registered(zephyrbadge_obtain)>=False
|
|
@Register.register(zephyrbadge_obtain)
|
|
@Player.GetBadge(9)
|
|
@Text.show(The Zephyr Badge~raises the attack~power of Pokémon.*It also enables~Pokémon to use*Flash, if they~have it, anytime.*Here--take this~too.)
|
|
@Item.give(221,1)
|
|
@Item.messagegive(221,1)
|
|
@Text.show(By using a TM, a~Pokémon will*instantly learn a~new move.*Think before you~act--a TM can be~used only once.*TM31 contains~Mud-Slap.*It reduces the~enemy's accuracy*while it causes~damage.*In other words, it~is both defensive~and offensive.)
|
|
@NPC.register(violet_center.dat|4|position|8,0,3)
|
|
:endif
|
|
:end |