P3D-Legacy/P3D/Content/Data/Scripts/chrono/dockguy.dat

111 lines
6.5 KiB
Plaintext

version=2
:if:<register.registered(rainbowpass)>=True
@text.show(Ahoy there!*Where do you~want to sail?)
@Options.show(Vermilion,One Island,Two Island,Three Island,Four 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 6!)
@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 6!)
@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 6!)
@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 3!)
@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 3!)
@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:<register.registered(Tripass)>=True
@text.show(Ahoy there!*Where do you~want to sail?)
@Options.show(Vermilion,One Island,Two 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 6!)
@screen.fadeout
@script.start(speedboatscene)
@player.warp(kin\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 6!)
@screen.fadeout
@script.start(speedboatscene)
@player.warp(kin\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 6!)
@screen.fadeout
@script.start(speedboatscene)
@player.warp(kin\dock.dat,5,0.1,1)
@level.update
@player.turnto(2)
@screen.fadein
:endwhen
:end
:endif
:endif
:end