# Set Target Merge For Attack Waves

Grammar — Set the target for player player attack waves to merge into wave wave
FlagsNative | Action

Sets a wave to be the target of a player*“s attack waves. All of that player”*s attack waves will merge into the specified wave.

# Arguments

  • int — Attacker
  • wave — Wave

Returns — void

native void AIAttackWaveSetTargetMerge(int player, wave w);

Category: AI / AttackWaves / Actions

# Examples

— None found —