# Set Target Gather Offense For Attack Waves

Grammar — Set the target for player player|Attacker’s attack waves to town town’s offensive gather point.
FlagsNative | Action

Sets the target of a player*“s attack waves to a town”*s offensive gather point.

# Arguments

  • int — Player
  • int — Town

Returns — void

native void AIAttackWaveSetTargetGatherO(
	int player,
	int town,
);

Category: AI / AttackWaves / Actions

# Examples

— None found —