P3D-Legacy/P3D/Content/Data/Scripts/vermilion/dockhand3.dat

107 lines
7.2 KiB
Plaintext

version=2
:if:<register.registered(specialmap-tixreg)>=false
@text.show(Yo!*I am the navigator.*If you ever find any odd~maps or specialty tickets come~talk to me.*For our regularly scheduled~trips talk to the first~mate next to me.)
:endif
:if:<inventory.countitem(285)>>0 <and> <register.registered(oldseamaptonav)>=false
@text.show(Oh this is a cool map!*It seems to point to a place~called "Faraway Island."*We can take you~there if you want.)
@register.register(oldseamaptonav)
@register.register(specialmap-tixreg)
@options.show(Yes,No)
:when:Yes
@text.show(All right!*All aboard the~Seagallop Hi-Speed 11!)
@script.start(vermilion\fastshipleaving)
@player.warp(faraway\exterior.dat,16,2.1,32)
@level.update
@player.turnto(2)
@screen.fadein
:end
:endwhen
:end
:endif
:if:<inventory.countitem(292)>>0 <and> <register.registered(emptyseamaptonav)>=false
@text.show(Oh this is a weird map...*I don't think there is~anything there, but this~map suggests otherwise.*We can take you~there if you want.)
@register.register(emptyseamaptonav)
@register.register(specialmap-tixreg)
@options.show(Yes,No)
:when:Yes
@text.show(All right!*All aboard the~Seagallop Hi-Speed 11!)
@script.start(vermilion\fastshipleaving)
@player.warp(underwatercave\surface.dat,10,0.1,9)
@level.update
@player.turnto(2)
@screen.fadein
@text.show(It is a good thing~I brought this raft!*The water seems to~be really deep here.*I don't see anything~here but feel free to~surf around and explore,~but don't go to far~from the boat.*I don't want you to~get lost.)
:end
:endwhen
:end
:endif
:if:<register.registered(specialmap-tixreg)>=true
@text.show(Where would you like to go?)
:if:<register.registered(oldseamaptonav)>=True
:if:<register.registered(emptyseamaptonav)>=True
@options.show(Faraway Island,Open Sea,Quit)
:when:Faraway Island
@text.show(All right!*All aboard the~Seagallop Hi-Speed 11!)
@script.start(vermilion\fastshipleaving)
@player.warp(faraway\exterior.dat,16,2.1,32)
@level.update
@player.turnto(2)
@screen.fadein
:when:Open Sea
@text.show(All right!*All aboard the~Seagallop Hi-Speed 11!)
@script.start(vermilion\fastshipleaving)
@player.warp(underwatercave\surface.dat,10,0.1,9)
@level.update
@player.turnto(2)
@screen.fadein
@text.show(It is a good thing~I brought this raft!*The water seems to~be really deep here.*I don't see anything~here but feel free to~surf around and explore,~but don't go to far~from the boat.*I don't want you to~get lost.)
:endwhen
:end
:else
@options.show(Faraway Island,Quit)
:when:Faraway Island
@text.show(All right!*All aboard the~Seagallop Hi-Speed 11!)
@script.start(vermilion\fastshipleaving)
@player.warp(faraway\exterior.dat,16,2.1,32)
@level.update
@player.turnto(2)
@screen.fadein
:endwhen
:end
:endif
:else
:if:<register.registered(emptyseamaptonav)>=True
@options.show(Open Sea,Quit)
:when:Open Sea
@text.show(All right!*All aboard the~Seagallop Hi-Speed 11!)
@script.start(vermilion\fastshipleaving)
@player.warp(underwatercave\surface.dat,10,0.1,9)
@level.update
@player.turnto(2)
@screen.fadein
@text.show(It is a good thing~I brought this raft!*The water seems to~be really deep here.*I don't see anything~here but feel free to~surf around and explore,~but don't go to far~from the boat.*I don't want you to~get lost.)
:endwhen
:end
:endif
:endif
:endif
:end