Browse Source

added game.map file

remotes/origin/navigation
KRUGSON 2 years ago
parent
commit
3267de4fe4
  1. 6
      src/content/game.map

6
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
Loading…
Cancel
Save