22 lines
2.4 KiB
Plaintext
22 lines
2.4 KiB
Plaintext
version=2
|
|
:if:<register.registered(clubintro)>=true <and> <register.registered(earthbadge_obtain)>=true <and> <register.registered(SabrinaRematchTalk)>=false
|
|
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe every afternoon?*If you visit while~I am there maybe~we could battle.)
|
|
@register.register(SabrinaRematchTalk)
|
|
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
|
:end
|
|
:endif
|
|
@battle.starttrainer(saffron_gym\leader)
|
|
@player.AchieveEmblem(marsh)
|
|
:if:<register.registered(marshbadge_obtain)>=False
|
|
@register.register(marshbadge_obtain)
|
|
@register.register(trainer_saffron_gym\001)
|
|
@register.register(trainer_saffron_gym\002)
|
|
@register.register(trainer_saffron_gym\003)
|
|
@register.register(trainer_saffron_gym\004)
|
|
@player.GetBadge(6)
|
|
@Text.show(I failed to accurately~predict your power.*That means that your power~is beyond my psychic ability.*You deserve this.*Please take this TM, too!)
|
|
@item.give(406,1)
|
|
@item.messagegive(406,1)
|
|
@Text.show(It contains Skill Swap!*It swaps Abilities between~the user and the target.*You will become a celebrated~and beloved Champion!)
|
|
:endif
|
|
:end |