From 3267de4fe466f925c8f36f2cc5a92e37ca4d568a Mon Sep 17 00:00:00 2001 From: KRUGSON Date: Sun, 5 Feb 2023 03:19:00 +0100 Subject: [PATCH] added game.map file --- src/content/game.map | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/content/game.map diff --git a/src/content/game.map b/src/content/game.map new file mode 100644 index 0000000..96a4241 --- /dev/null +++ b/src/content/game.map @@ -0,0 +1,6 @@ +# LINES WITH '#' AT BEGINNING GET IGNORED +#ID;NAME ORT;MSG;successor;predeacessor;items(comma seperated);shop available (1=y,0=n); +0;office;welcome to office;1;-1;1,2;0 +1;hospital;welcome to the hospital;2;0;3;0 +2;fire department;welcome to fire department;3;1;4;1 +3;police station;welcome to police;4;2;5,6;0 \ No newline at end of file