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

17 lines
738 B
Plaintext

version=2
@npc.turn(2,3)
@text.show(......*So this is the famous~Elm Pokémon Lab)
@npc.turn(2,1)
@text.show(......*What are you~staring at?)
@player.turnto(0)
@player.setmovement(0,0,1)
@player.move(1)
@npc.move(2,1)
@npc.turn(2,2)
@player.setmovement(0,0,1)
@sound.play(destroy)
@player.move(1)
@npc.turn(2,3)
@npc.move(2,1)
@player.resetmovement
:end