From eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 14:18:48 -0400 Subject: Added the_great --- data/maps/the_great/rooms/Question Room What.txtpb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/maps/the_great/rooms/Question Room What.txtpb (limited to 'data/maps/the_great/rooms/Question Room What.txtpb') diff --git a/data/maps/the_great/rooms/Question Room What.txtpb b/data/maps/the_great/rooms/Question Room What.txtpb new file mode 100644 index 0000000..e909614 --- /dev/null +++ b/data/maps/the_great/rooms/Question Room What.txtpb @@ -0,0 +1,15 @@ +name: "Question Room What" +display_name: "Question Room" +panels { + name: "QUESTION" + path: "Panels/Questions/question_4" + clue: "question" + answer: "what" + symbols: "example" + proxies { answer: "why" path: "Panels/Question Proxies/question_4_proxied" } + proxies { answer: "who" path: "Panels/Question Proxies/question_4_proxied2" } + proxies { answer: "where" path: "Panels/Question Proxies/question_4_proxied3" } + proxies { answer: "how" path: "Panels/Question Proxies/question_4_proxied4" } + # "Panels/Question Proxies/question_4_proxied5" <- this is just what again + proxies { answer: "when" path: "Panels/Question Proxies/question_4_proxied6" } +} -- cgit 1.4.1