P3D-Legacy/P3D/Content/Data/Scripts/rival/rival_victoryroad.dat

41 lines
1.9 KiB
Plaintext

version=2
:if:<register.registered(rival_v-road)>=false
:then
@npc.warp(0,18,0,5)
@Music.play(johto_rival_encounter)
@player.turnto(2)
@npc.move(0,5)
:select:<player.position>
:when:12,0,2
@npc.move(0,1)
:endwhen
@npc.turn(0,0)
@npc.move(0,2)
:if:<register.registered(starter1)>=true
:then
@Battle.starttrainer(rival\rival_4_fire)
:endif
:if:<register.registered(starter2)>=true
:then
@Battle.starttrainer(rival\rival_4_water)
:endif
:if:<register.registered(starter3)>=true
:then
@Battle.starttrainer(rival\rival_4_grass)
:endif
@text.show(...I haven't given up~on becoming the~greatest trainer...*I'm going to find~out why I can't*win and become~stronger...*When I do, I will challenge you.*And I'll beat you~down with all my~power.*...Humph! You keep~at it til then.)
@npc.turn(0,2)
@npc.move(0,2)
@npc.turn(0,3)
@npc.move(0,10)
@npc.remove(0)
@register.register(rival_v-road)
@music.play(kvictoryroad)
:endif
:end