22 lines
2.7 KiB
Plaintext
22 lines
2.7 KiB
Plaintext
version=2
|
|
:if:<register.registered(clubintro)>=true <and> <register.registered(earthbadge_obtain)>=true <and> <register.registered(SabrinaRematchTalk)>=false
|
|
@text.show(I foresaw us meeting~again <player.name>,~just as I have already~contemplated your question.*This Battle Bar sounds~interesting.*Although I dislike battling,~there is some great potential~in this place.*I have some free time in~the afternoons.*I can envision our rematch~in the near future...)
|
|
@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 |