Skip to content
aubergine10 edited this page Oct 19, 2015 · 1 revision

##Overview

Rooms

The Enclosed requirement prevents a Room from becoming active until it has walls and at least one door on all adjacent tiles.

##Syntax

The setting is used in materials.txt and must be within a BEGIN Room ... definition block. It can be used only once per definition block.

    BEGIN Requirement Type Enclosed END

##Example

See Syntax above.

##Notes

A red warning indicator will appear over any un-enclosed rooms that have this requirement.

###data/scripts/

Room requirements are not currently exposed by the scripting API :(

##See Also

Clone this wiki locally