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

48 lines
2.7 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(rival_sprouttower)>=False
@Register.register(rival_sprouttower)
@Music.stop
@Player.turnto(0)
@Player.move(3)
@npc.Move(4,1)
@Text.show(Elder: You are in-deed~skilled as a~trainer.*As promised, here~is your HM.*But let me say~this: You should*treat your~Pok<00>mon better.*The way you battle~is far too harsh.*Pok<00>mon are not~tools of war...)
@Entity.showmessagebulb(1|8.01|0.7|3.01)
@npc.Turn(4,2)
@Level.wait(50)
@npc.Turn(4,3)
@npc.Move(4,1)
@npc.Turn(4,2)
@npc.Move(4,2)
@Music.play(johto_rival_encounter)
2016-09-07 18:50:38 +02:00
@Text.show(...~...Humph!*He claims to be~the Elder but~he's weak!*It stands to~reason.*I'd never lose to~fools who babble*about being nice~to Pok<00>mon.*I only care about~strong Pok<00>mon~that can win.*I really couldn't~care less about~weak Pok<00>mon.)
@npc.Turn(4,0)
@Text.show(<rival.name> used an Escape Rope!)
2022-07-10 10:03:36 +02:00
@npc.turn(4,1)
@level.wait(5)
@npc.turn(4,2)
@level.wait(5)
@npc.turn(4,3)
@level.wait(5)
@npc.turn(4,0)
@level.wait(5)
@npc.turn(4,1)
@level.wait(5)
@npc.turn(4,2)
@level.wait(5)
@npc.turn(4,3)
@level.wait(5)
@npc.turn(4,0)
@level.update
2016-09-07 18:50:38 +02:00
@Screen.fadeout
@NPC.remove(4)
@NPC.register(violet\sprouttowerf3.dat|4|remove|1)
@Screen.fadein
@Music.play(SproutTower)
2016-09-07 18:50:38 +02:00
:endif
:end