# Call Original Tactical AI Think

Grammar — Call the original tactical AI think of unit with candidates
FlagsNative | Action

SetThink can change a unit type’s AI think routine to a trigger action. This action calls the original routine from before it was changed. This lets you override some behavior but still keep most AI intact. Nothing happens if the think data has not been changed.

# Arguments

  • unit — Unit
  • unitgroup — Candidates

Returns — void

native void AIBaseThink(unit who, unitgroup candidates);

Category: AI Advanced / Tactical / Actions

# Examples

— None found —