Skip to content

place

Syntax

place <place_name> {
}

Parameters

<place_name>
The name to be given to the place type.

Description

Declares a place type mixing group.

A group agent can also be defined for a given place type in the 'Place' block.

Examples

The following declares a place called MyClubhouse:

place MyClubhouse {
}

Alternatively, the following declares a group agent for the place called 'MyClubhouse':

place MyClubhouse {
    has_group_agent = 1
} 

See Also