# Set Gas Peon Count Override
Grammar — Sets the override gas peon count at town town|town for player player|player to desiredPeonCount|desired peons.
Flags —Native|Action
By default the AI will harvest gas with three peons per vespene geyser. Use this action to override that behavior with the desired peon count.
# Arguments
int— Playerint— Townint— Desired Peon Count
Returns — void
native void AISetGasPeonCountOverride(
int player,
int town,
int desiredGasCount,
);
# Related
Category: AI Advanced / Towns / Actions
- Declare Next Town —
void— libNtve_gf_DeclareNextTown - Declare Town Specific Slot —
void— AIDeclareTown - Set Main Town —
void— AISetMainTown - Enable Harvesting —
void— AIHarvest - Set Harvest Rate —
void— AIHarvestRate - Set Gas Peon Count Override —
void— AISetGasPeonCountOverride
# Examples
— None found —