— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
Adds a character to the player's party. Currently, party members will only appear in tactical turn-based battles to aid the player in combat.
add_party_member(model_name, member_id)
Argument | Description | Type | Required |
---|---|---|---|
model_name | Character model to use for the new party member. | String | Yes |
member_id | Unique member ID that will be assigned. | String | Yes |
The Remove Party Member function can be triggered later to remove a character that was previously added to the party with the Add Party Member function.
add_party_member("sarah_character", "Sarah");
Results: The character “sarah_character” is added to the player's party and assigned a member ID of “Sarah”.
Use the Add Party Member function to have an NPC join the player's party after choosing a certain dialogue option or completing a quest for them.