UT HireFollower

From Dragon Age Toolset Wiki
Jump to: navigation, search

Hire non-plot follower into the active party for oPC

void UT_HireFollower(
object oFollower,
int bPreventLevelup = FALSE
);
Parameters:
oFollower
The creature joining the party
bPreventLevelup
whether or not to prevent the follower from levelling up
Returns:

Nothing.

Source:

Core Game Resources.utility_h

Description

Hire follower into the active party for oPC. This function will do nothing for plot followers.

Remarks

Plot followers are the creatures with tags defined by the GEN_FL_* constants.

See also

UT_FireFollower