UT HireFollower

From Dragon Age Toolset Wiki
Revision as of 18:58, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_HireFollower |brief = Hire non-plot follower into the active party for oPC |param1type = object |param1name = oFollower |param1desc = The creature joining...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Resources.utility_h

Description

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


See also

UT_FireFollower