UT HireFollower

From Dragon Age Toolset Wiki
Revision as of 02:36, 11 February 2012 by Sunjammer (Talk | contribs) (Adding link and formatting)

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, which are creatures with one of the tags defined by one of the following GEN_FL_* constants:

  • GEN_FL_ALISTAIR
  • GEN_FL_DOG
  • GEN_FL_MORRIGAN
  • GEN_FL_WYNNE
  • GEN_FL_SHALE
  • GEN_FL_STEN
  • GEN_FL_ZEVRAN
  • GEN_FL_OGHREN
  • GEN_FL_LELIANA
  • GEN_FL_LOGHAIN

See also

UT_FireFollower