show_over()

Purpose

Shows the contents of one map over a field in another map

Old name

#define showover show_over

Syntax

void show_over(mapnr, fieldnr, newmap)

Parameters

int mapnr

Number of map on screen

 

int fieldnr

Number of field to display over

 

int newmap

Number of new map to display

Description

The text from the second map specified is displayed on the screen. Its position is determined by the position of the specified field. The text is truncated if it would otherwise flow outside the boundaries of the map.

Example

show_over(1,4,51);