P3D-Legacy/P3D/Content/Data/Scripts/faraway/dockhand.dat

13 lines
684 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
@text.show(You ready to return~to Vermilion City?)
@options.show(Yes,No)
:when:Yes
2018-09-13 04:34:04 +02:00
@text.show(All right!*All aboard the~Seagallop Hi-Speed 11!)
2016-09-07 18:50:38 +02:00
@screen.fadeout
@script.start(speedboatscene)
@player.warp(vermilion\dock.dat,-11,0.1,2)
@level.update
@player.turnto(1)
@screen.fadein
:endwhen
:end