[Main page] [Overview]   /std /area /add_look
SYNOPSIS
void add_look( int startx, int starty, int endx, int endy, mixed txt)
void add_look( struct Coord start, struct Coord end, mixed txt )
void add_look( ({ struct Coord c1, c2, ... }), mixed txt )
void add_look( object obj )
FILE
/std/area/description.h
DESCRIPTION
Adds custom text for "look" to the specified region of the area. If txt is
an object, extra_look( struct Location current_location ) is called
in it and the result will be used as text.