FinneyOwnzU wrote:
EDIT2 - Scan alias and kill alias below for those that messaged me on YIM.
#ALIAS scan {
  look north
  look northeast
  look east
  look southeast
  look south
  look southwest
  look west
  look northwest
  }
#ALIAS k {kill}
EDIT3 - Yes, it is possible to have scan only check available/visible exits, but it will take a bit of work.  I'll add that to my to-do list for the next version of Combat Events.
Finally, updated the scan alias to only use available/visible exits.  Copy/paste from below:
#ALIAS scan {#FORALL @exits {look %i}}
#TRIGGER {Obvious exits: (*)} {#VAR exits {%replace(%replace(%replace( %trim( %1), " ", "|"),"(closed",""),")","")}}