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