# Set Gas Peon Count Override

Grammar — Sets the override gas peon count at town town|town for player player|player to desiredPeonCount|desired peons.
FlagsNative | 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 — Player
  • int — Town
  • int — Desired Peon Count

Returns — void

native void AISetGasPeonCountOverride(
	int player,
	int town,
	int desiredGasCount,
);

Category: AI Advanced / Towns / Actions

# Examples

— None found —