SetPartyPickerStage

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets the party picker area name

void SetPartyPickerStage(
string sAreaName,
string s2DAName
);
Parameters:
sAreaName
Name of the partypicker stage
s2DAName
Name of the 2DA to use with the stage
Returns:

Nothing.

Source:

script.ldf

Description

Sets the party picker area name. Each module can have its own area

Remarks

Note that SetPartyPickerStage only works in the GETCHARSTAGE module event. It does not replace the default char_stage but loads an overlaying area. [1] [2]