chooseTactics(object)

From NWN Lexicon
Jump to navigationJump to search

Determines class-specific tactics.

int chooseTactics(
    object oIntruder
);
Information icon.png This article is in need of examples. You can help the NWN Lexicon by showing how to use this code effectively.

Parameters

oIntruder
Creature to determine tactics against.

Description

Formerly part of DetermineCombatRound(), this functionality has been broken out of DetermineCombatRound() for readability purposes.

Requirements

#include "nw_i0_generic"

Version

1.30

See Also

functions:  DetermineCombatRound



 author: Charles Feduke