diff --git a/src/gui/options/options.js b/src/gui/options/options.js
index 6318ebdb0c536f292c8c8e90f80788f2be967a3b..c898416693f8890ff28fab4a314455bc20b09589 100644
--- a/src/gui/options/options.js
+++ b/src/gui/options/options.js
@@ -737,6 +737,10 @@ App.UI.optionsPassage = function() {
 		options.addOption("New event", "tempEventToggle")
 			.addValue("Enabled", 1).on().addValue("Disabled", 0).off();
 
+		options.addOption("New Interactions", "interactions", V.experimental)
+			.addValue("Enabled", 1).on().addValue("Disabled", 0).off()
+			.addComment("This will enable WIP slave interactions. Currently fully functional, but a little rough around the edges.");
+
 		options.addOption("Sex overhaul", "sexOverhaul", V.experimental)
 			.addValue("Enabled", 1).on().addValue("Disabled", 0).off()
 			.addComment("This will enable a new way to interact with slaves. Currently working but missing flavor text.");