Tested with Ironfist version 1.2.1+ (version of December 15, 2016).
*
BuildInCurrentTown(building)
building: the ID of the building to build (see section "Buildings").
Builds the given building in the current town (i.e. the town open in the town screen).
*
When "BuildInCurrentTown" is used, the program considers that a building has been built in the town for the current turn ("Cannot build. Already built here this turn.").
*
Suggestions:
"BuildInCurrentTown" enhanced version:
BuildInCurrentTown(building, construction)
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 the given building in the current town (i.e. the town open in the town screen). The town may or may not be considered already built for the current turn.