diff --git a/src/005-passages/introPassages.js b/src/005-passages/introPassages.js
new file mode 100644
index 0000000000000000000000000000000000000000..5a7e68624eac9916e331dc1bf3758d286173ba32
--- /dev/null
+++ b/src/005-passages/introPassages.js
@@ -0,0 +1,10 @@
+new App.DomPassage("PC Body Intro", () => { return App.Intro.PCBodyIntro(); });
+
+new App.DomPassage("Intro Summary", () => { return App.Intro.summary(); });
+
+new App.DomPassage("Acquisition",
+	() => {
+		V.encyclopedia = "How to Play";
+		return App.Intro.acquisition();
+	}
+);
diff --git a/src/events/intro/acquisition.tw b/src/events/intro/acquisition.tw
deleted file mode 100644
index 15af72727f501a40741b9b601aae933abce6594e..0000000000000000000000000000000000000000
--- a/src/events/intro/acquisition.tw
+++ /dev/null
@@ -1,5 +0,0 @@
-:: Acquisition [nobr]
-
-<<set $encyclopedia = "How to Play">>
-
-<<includeDOM App.Intro.acquisition()>>
\ No newline at end of file
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
deleted file mode 100644
index 27d3c57173f853f6fb5737a6721f6d46862d7f44..0000000000000000000000000000000000000000
--- a/src/events/intro/introSummary.tw
+++ /dev/null
@@ -1,3 +0,0 @@
-:: Intro Summary [nobr]
-
-<<includeDOM App.Intro.summary()>>
\ No newline at end of file
diff --git a/src/events/intro/pcBodyIntro.tw b/src/events/intro/pcBodyIntro.tw
deleted file mode 100644
index 1d857050e432f15ae9ece9ee57952db52706c38b..0000000000000000000000000000000000000000
--- a/src/events/intro/pcBodyIntro.tw
+++ /dev/null
@@ -1,3 +0,0 @@
-:: PC Body Intro [nobr]
-
-<<includeDOM App.Intro.PCBodyIntro()>>
\ No newline at end of file