16 lines
1.4 KiB
Plaintext
16 lines
1.4 KiB
Plaintext
version=2
|
|
@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 |