Tested with Ironfist version 1.2.1+ (version of December 15, 2016).
*
BuildInTown(town, building)
town: the town where to build a structure.
building: the ID of the building to build (see section "Buildings").
Builds a new building in the specified town.
*
When "BuildInTown" is used, the program considers that a building has been built in the specified town for the current turn ("Cannot build. Already built here this turn.").
*
Suggestions:
"BuildInTown" enhanced version:
BuildInTown(town, building, construction)
town: the town where to build a structure.
building: the ID of the building to build (see section "Buildings").
construction: can be set to "0" or "1".
- "0" does not allow the construction of another building by the player during this turn ("Cannot build. Already built here this turn.").
- "1" allows the construction of another building by the player during this turn.
Builds a new building in the specified town. The town may or may not be considered already built for the current turn.