version=2 :if:=True @text.show(Ahoy there!*Where do you~want to sail?) @Options.show(Vermilion,One Island,Three Island,Four Island,Five Island,Six Island,Seven Island,Exit) :when:Vermilion @text.show(All right!*All aboard the~Seagallop Hi-Speed 7!) @screen.fadeout @script.start(speedboatscene) @player.warp(vermilion\dock.dat,-11,0.1,1) @level.update @player.turnto(1) @screen.fadein :when:One Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 2!) @screen.fadeout @script.start(speedboatscene) @player.warp(knot\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :when:Two Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 2!) @screen.fadeout @script.start(speedboatscene) @player.warp(boon\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :when:Three Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 2!) @screen.fadeout @script.start(speedboatscene) @player.warp(kin\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :when:Four Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 6!) @screen.fadeout @script.start(speedboatscene) @player.warp(floe\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :when:Five Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 6!) @screen.fadeout @script.start(speedboatscene) @player.warp(chrono\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :when:Six Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 6!) @screen.fadeout @script.start(speedboatscene) @player.warp(fortune\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :when:Seven Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 6!) @screen.fadeout @script.start(speedboatscene) @player.warp(quest\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :endwhen :end :else :if:=True @text.show(Ahoy there!*Where do you~want to sail?) @Options.show(Vermilion,One Island,Three Island,Exit) :when:Vermilion @text.show(All right!*All aboard the~Seagallop Hi-Speed 7!) @screen.fadeout @script.start(speedboatscene) @player.warp(vermilion\dock.dat,-11,0.1,1) @level.update @player.turnto(1) @screen.fadein :when:One Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 2!) @screen.fadeout @script.start(speedboatscene) @player.warp(knot\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :when:Two Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 2!) @screen.fadeout @script.start(speedboatscene) @player.warp(boon\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :when:Three Island @text.show(All right!*All aboard the~Seagallop Hi-Speed 2!) @screen.fadeout @script.start(speedboatscene) @player.warp(kin\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein :end :endwhen :end :else :if:=True @text.show(His daughter Lostelle~is missing?*You are going to go~to Three Island to look~for her?*I will take you there now then!*All aboard!) @screen.fadeout @script.start(speedboatscene) @player.warp(kin\dock.dat,5,0.1,1) @level.update @player.turnto(2) @screen.fadein @text.show(Lostelle should be~somewhere on this island.) :else @text.show(He lives in the~house furthest from~the docks.*Let me know what~he tells you.) :endif :end :endif :endif :end