Canseechar

   canseechar - syntax: canseechar(CH1,CH2) 

Tests if CH1 can see CH2. A real example used when you say 'board' in Lands of Legend:

   if not(canseechar(self,ch)) then
      say ("Hey! Who said that?!")
      return
   else ...