P3D-Legacy/P3D/Content/Data/Scripts/league/halloffame.dat

33 lines
2.3 KiB
Plaintext

version=2
@level.update
@sound.play(enter)
@screen.fadein
@player.move(13)
@player.turnto(3)
@register.unregister(defeatbruno)
@register.unregister(defeatwill)
@register.unregister(defeatkaren)
@register.unregister(defeatkoga)
@npc.turn(0,1)
@text.show(Lance: It's been a long time~since I last came here.*This is where we honor~the League Champions~for all eternity.*Their courageous Pokémon~are also inducted.*Here today we witnessed the~rise of a new Champion-~one who feels compassion for,~and trust toward, all Pokémon.*A trainer who succeeded~through perserverance~and determination.*The new League Champion~who has all the makings~of greatness!*<player.name>,~allow me to register you and~your partners as Champions!)
@npc.turn(0,0)
@player.turnto(0)
@player.move(1)
@pokemon.heal
@sound.play(healing,true)
@level.wait(60)
@screen.fadeout
@player.warp(yourroom.dat,1,0.1,3,0)
@level.update
@music.play(halloffame)
@pokemon.registerhalloffame
@screen.halloffame(<pokemon.counthalloffame>-1)
@player.save
@level.waitforsave
@sound.play(Save)
@music.play(NO_MUSIC)
@screen.credits
@music.play(barktown)
@level.update
@screen.fadein
:end