NoiseAlert
From ZDoom Wiki
173:NoiseAlert (target_tid, emitter_tid)
This special alerts monsters of a target's presence. You can specify both the object which is doing this alert and the target which the monsters should attack. If both parameters are 0, the special's activator is both emitter and target.
Which monsters are woken up is determined in a similar way to the player shooting: lines with the block sounds flag and sectors with 0 height will not allow the imaginary sound to travel past them. Note that if the monster's ambush flag is set, it will not wake up immediately; the monster will wait until it has a line of sight with the player, which is the normal behavior of the ambush flag.

