SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Send Attack Wave[ | ]

GUI[ | ]

AI - Send the attack wave from player player to attack in time seconds and wait|Wait/Don't Wait

Galaxy Code[ | ]

void AIAttackWaveSend ( int player, int time, preset wait )

Description[ | ]

Sends an attack wave for a player after the specified number of seconds has elapsed. If Wait is used, then the script will wait for the wave to be sent before continuing execution.

Parameters[ | ]

  • int player
    • Name: Attacker
  • int time
    • Name: Time
  • preset wait
    • Preset: Wait Option
    • Name: WaitOption

Additional Information[ | ]

Advertisement