rm2kdev
Pokemon XP Developer
- 188
- Posts
- 20
- Years
- Age 35
- in a house
- Seen Mar 7, 2014
Im guessing most of you will proably want to see the code behind that last demo right? well here ya go
Code:
LoadMap,Test Map
PlayBGM,Sailing.mid
CreateChar,1,Ash,224,128,true,Ash,1
CreateChar,2,Narrator,0,0,false,Gary,2
ChangeCharFace,Narrator,Narrator-face
SetDirection,Ash,LEFT
Chat,Ash, The Sign Says: Down Training Aera. UP Secret Place.
Wait,3000
Chat,Ash,The Secret Place Sounds like so much fun but i realy gotta train
Wait,3000
MoveChar,Ash,DOWN
Wait,200
MoveChar,Ash,DOWN
Wait,200
MoveChar,Ash,DOWN
Wait,200
MoveChar,Ash,RIGHT
Wait,200
MoveChar,Ash,DOWN
Wait,200
MoveChar,Ash,RIGHT
Wait,200
PlayerVisible,Ash,0
LoadMap,Test Map2
WarpChar,Ash,0,256
PlayerVisible,Ash,1
MoveChar,Ash,RIGHT
Wait,200
MoveChar,Ash,RIGHT
Wait,200
MoveChar,Ash,RIGHT
Wait,200
MoveChar,Ash,RIGHT
Wait,200
MoveChar,Ash,RIGHT
Wait,200
SetDirection,Ash,UP
Chat,Ash, The Sign Says: Touch the pokeball to the right and the sound will change.
Wait,3000
Chat,Ash,Hrmm Very Verrry Tempting
Wait,3000
MoveChar,Ash,RIGHT
Wait,200
PlayBGM,Mt. Pyre.mid
MoveChar,Ash,UP
Wait,500
MoveChar,Ash,UP
ChangeTile,1,6,7,0,0
Wait,200
Chat,Ash,What Happend To the PokeBall...
Wait,3000
Chat,Ash,It just vanished. WOW!
Wait,2000
MoveChar,Ash,UP
Wait,200
MoveChar,Ash,UP
Wait,200
MoveChar,Ash,UP
Wait,200
MoveChar,Ash,RIGHT
Wait,200
MoveChar,Ash,UP
Wait,200
MoveChar,Ash,UP
Wait,200
Chat,Ash,I am going to destroy this rock!
Wait,600
ChangeTile,1,7,0,0,0
PlaySFX,Culverin.wav
Wait,2000
Chat,Narrator,After breaking the rock ash and his friends continued on their journey where ash was abducted by alien's The End.
Wait,100
ChangeCharImage,Ash,Gary
Wait,300
ChangeCharImage,Ash,Ash
Wait,300
ChangeCharImage,Ash,Gary
Wait,300
ChangeCharImage,Ash,Ash
Wait,300
ChangeCharImage,Ash,Gary
Wait,300
ChangeCharImage,Ash,Ash
Wait,300
ChangeCharImage,Ash,Gary
Wait,300
ChangeCharImage,Ash,Ash
Wait,300
PlayerVisible,Ash,False
ENDSCRIPT