mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 00:08:43 +02:00
19 lines
850 B
Plaintext
19 lines
850 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.DoWalkAnimation(0)
|
|
@player.setmovement(0,0,1)
|
|
@sound.play(destroy)
|
|
@player.move(1)
|
|
@Player.DoWalkAnimation(1)
|
|
@npc.turn(2,3)
|
|
@npc.move(2,1)
|
|
@player.resetmovement
|
|
:end |