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 Who.txtpb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/maps/the_great/rooms/Question Room Who.txtpb (limited to 'data/maps/the_great/rooms/Question Room Who.txtpb') diff --git a/data/maps/the_great/rooms/Question Room Who.txtpb b/data/maps/the_great/rooms/Question Room Who.txtpb new file mode 100644 index 0000000..c445009 --- /dev/null +++ b/data/maps/the_great/rooms/Question Room Who.txtpb @@ -0,0 +1,15 @@ +name: "Question Room Who" +display_name: "Question Room" +panels { + name: "QUESTION" + path: "Panels/Questions/question_2" + clue: "question" + answer: "who" + symbols: "example" + proxies { answer: "why" path: "Panels/Question Proxies/question_2_proxied" } + # "Panels/Question Proxies/question_2_proxied2" <- this is just who again + proxies { answer: "where" path: "Panels/Question Proxies/question_2_proxied3" } + proxies { answer: "how" path: "Panels/Question Proxies/question_2_proxied4" } + proxies { answer: "what" path: "Panels/Question Proxies/question_2_proxied5" } + proxies { answer: "when" path: "Panels/Question Proxies/question_2_proxied6" } +} -- cgit 1.4.1