diff --git a/P3D/Content/Data/Scripts/frontier/shops/gem.dat b/P3D/Content/Data/Scripts/frontier/shops/gem.dat new file mode 100644 index 000000000..250beb503 --- /dev/null +++ b/P3D/Content/Data/Scripts/frontier/shops/gem.dat @@ -0,0 +1,13 @@ +version=2 +@text.show(I have lots of pretty gem!*Do you want to buy some?) + +@options.show(Yes,No) + :when:Yes + @screen.trade({630|-1|20}{631|-1|20}{632|-1|20}{633|-1|20}{634|-1|20}{635|-1|20}{636|-1|20}{637|-1|20}{638|-1|20}{639|-1|20}{640|-1|20}{641|-1|20}{642|-1|20}{643|-1|20}{644|-1|20}{645|-1|20}{646|-1|20}{647|-1|20},1,0,bp) + @text.show(Thank you.) + :end + :when:No + @text.show(I guess gems aren't your style.) + :end +:endwhen +:end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/mints.dat b/P3D/Content/Data/Scripts/frontier/shops/mints.dat new file mode 100644 index 000000000..e235ecce8 --- /dev/null +++ b/P3D/Content/Data/Scripts/frontier/shops/mints.dat @@ -0,0 +1,15 @@ +version=2 +@text.show(I am working hard on~cultivating a new line~of special herbs!*Come check in later when~I am ready to bring them~to market!) +:end +@text.show(I have lots of pretty gem!*Do you want to buy some?) + +@options.show(Yes,No) + :when:Yes + @screen.trade({630|-1|20}{631|-1|20}{632|-1|20}{633|-1|20}{634|-1|20}{635|-1|20}{636|-1|20}{637|-1|20}{638|-1|20}{639|-1|20}{640|-1|20}{641|-1|20}{642|-1|20}{643|-1|20}{644|-1|20}{645|-1|20}{646|-1|20}{647|-1|20},1,0,bp) + @text.show(Thank you.) + :end + :when:No + @text.show(I guess gems aren't your style.) + :end +:endwhen +:end \ No newline at end of file diff --git a/P3D/P3D.vbproj b/P3D/P3D.vbproj index 645e737f7..8a9d58edf 100644 --- a/P3D/P3D.vbproj +++ b/P3D/P3D.vbproj @@ -29397,6 +29397,12 @@ PreserveNewest + + PreserveNewest + + + PreserveNewest + PreserveNewest