Skip to content

Instantly share code, notes, and snippets.

@Kissaki
Created September 14, 2019 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kissaki/80354ba12024741a51a54e15e5a9bd2b to your computer and use it in GitHub Desktop.
Save Kissaki/80354ba12024741a51a54e15e5a9bd2b to your computer and use it in GitHub Desktop.
Experiment/
├── OPFOR
│ ├── OPFOR-1
│ ├── OPFOR-2
│ ├── OPFOR-3
│ ├── OPFOR-4
│ ├── OPFOR-5
│ └── OPFOR-6
├── SPECT
└── STORY
SPECT hears STORY and OPFOR, but NOT OPFOR-#
STORY and OPFOR need to hear eachother
OPFOR-# does not hear OPFOR
OPFOR-# do not hear STORY
: Link SPECT, STORY and OPFOR
SPECT can shout to STORY/OPFOR (but OPFOR-# rooms shouldnt hear their shouts)
OPFOR would need to shout down to all the OPFOR-# rooms
OPFOR-# can shout to OPFOR (but SPECT/STORY does not hear them)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment