# Set Target Gather Defense For Attack Waves

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

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

# Arguments

  • int — Player
  • int — Town

Returns — void

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

Category: AI / AttackWaves / Actions

# Examples

— None found —