Difference between revisions of "UT HireFollower"

From Dragon Age Toolset Wiki
Jump to: navigation, search
Line 31: Line 31:
  
 
[[UT_FireFollower]]
 
[[UT_FireFollower]]
 +
[[Category:Party and group control]]

Revision as of 22:07, 10 February 2010

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, which are creatures with one of the tags defined by 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 or GEN_FL_LOGHAIN.


See also

UT_FireFollower