13 lines
684 B
Plaintext
13 lines
684 B
Plaintext
version=2
|
|
@text.show(You ready to return~to Vermilion City?)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@text.show(All right!*All aboard the~Seagallop Hi-Speed 11!)
|
|
@screen.fadeout
|
|
@script.start(speedboatscene)
|
|
@player.warp(vermilion\dock.dat,-11,0.1,2)
|
|
@level.update
|
|
@player.turnto(1)
|
|
@screen.fadein
|
|
:endwhen
|
|
:end |