23 lines
2.1 KiB
Plaintext
23 lines
2.1 KiB
Plaintext
version=2
|
|
:if:<register.registered(trainer_blackthorn_gym\leader)>=true <and> <register.registered(risingbadge_obtain)>=false
|
|
:then
|
|
@Text.show(What's the matter?*Is it too much to~expect of you?)
|
|
:end
|
|
:endif
|
|
|
|
@battle.starttrainer(blackthorn_gym\leader)
|
|
|
|
:if:<register.registered(risingbadge_obtain)>=false
|
|
:then
|
|
@entity.warp(1,3,-1,5)
|
|
@entity.remove(0)
|
|
@Register.register(trainer_blackthorn_gym\001)
|
|
@Register.register(trainer_blackthorn_gym\002)
|
|
@Register.register(trainer_blackthorn_gym\003)
|
|
@Register.register(trainer_blackthorn_gym\004)
|
|
@Register.register(trainer_blackthorn_gym\005)
|
|
@npc.unregister(goldenrod\radiotower\2f.dat|7|position|9,0,4)
|
|
@npc.register(blackthorn.dat|5|position|21,0,2)
|
|
@Text.show(I won't admit this.*I may have lost,~but you're still*not ready for the~Pokémon Leageue*I know. You should~take the dragon~user challenge.*Behind this Gym is~a place called~Dragon's Den.*There is a small~shrine at its center.*Go there.*If you can prove~that you've lost*your lazy ideals,~I will recognize*you as a trainer~worthy of a~Gym Badge!)
|
|
:endif
|
|
:end |