home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Instant Doom Levels
/
Instant.Doom.Levels.-.Level.Master.II.iso
/
EDITORS
/
ZIPPED
/
RMB-CD.ZIP
/
RMB_WADS
/
RMB2D2.REJ
< prev
next >
Wrap
Text File
|
1995-01-25
|
427b
|
15 lines
blind 1 1
inc 1 3
# This makes the monsters in sector 1 blind to everything outside
# their own sector except sector 3.
blind 1 (4 5 9 10)
inc (4 5 9 10) (6)
# This makes the monsters in sectors 4, 5, 9 and 10 stand and wait
# until the player enters sector 6.
Left 5
# There is a linedef with texture on only one side;
# this makes the monsters treat it accordingly.
# (They won't shoot through the texture)