diff --git a/P3D/Content/Data/Scripts/dragonsden/dracotutor.dat b/P3D/Content/Data/Scripts/dragonsden/dracotutor.dat new file mode 100644 index 000000000..52d7f1322 --- /dev/null +++ b/P3D/Content/Data/Scripts/dragonsden/dracotutor.dat @@ -0,0 +1,19 @@ +version=2 +@text.show(If you've come to Dragon's~Den, you must be looking~to master the Dragon-type.) +:if:=dragon =dragon =493 =773 + :if:=false + @text.show(Your ~seems capable.*Do you want it to learn~Draco Meteor, the most~powerful Dragon move?) + @options.show(Yes,No) + :when:Yes + @text.show(I shall teach it, then.) + @pokemon.learnattack(0,434) + :when:No + @text.show(Such a waste of potential.) + :endwhen + :else + @text.show(Now that ~masters the draconic power,~nothing stands a chance!) + :endif +:else + @text.show(But your ~is no Dragon-type.*If you catch any,~show it to me.) +:endif +:end \ No newline at end of file diff --git a/P3D/Content/Data/maps/dragonsden/main.dat b/P3D/Content/Data/maps/dragonsden/main.dat index a516b64dd..69a2a32f4 100644 Binary files a/P3D/Content/Data/maps/dragonsden/main.dat and b/P3D/Content/Data/maps/dragonsden/main.dat differ diff --git a/P3D/P3D.vbproj b/P3D/P3D.vbproj index 71c6647c2..ca20ed36f 100644 --- a/P3D/P3D.vbproj +++ b/P3D/P3D.vbproj @@ -25799,6 +25799,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest