SetFollowerLocked

From Dragon Age Toolset Wiki
Revision as of 00:17, 18 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Locks the follower in the current state he is

void SetFollowerLocked(
object oCreature,
int bLocked
);
Parameters:
oCreature
Party follower
bLocked
TRUE to lock, FALSE to unlock
Returns:

Nothing.

Source:

script.ldf

Description

This can be used while the follower is in any state. It will not allow the player, using the GUI, to change the state of a follower. For example: locking the follower while he is in the ACTIVE state will not allow the player remove the follower from the active party.