User Tools

Site Tools


ja:add_party_member

FIXME このページはまだ完全には、翻訳されません。翻訳の完了を支援して下さい。
(翻訳が完了したらこの段落を削除して下さい)

パーティーメンバーを追加


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.

Signature:

add_party_member(model_name, member_id)
ArgumentDescriptionTypeRequired
model_nameCharacter model to use for the new party member.StringYes
member_idUnique member ID that will be assigned.StringYes

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.

Example:

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.


Editor Node:

ja/add_party_member.txt · Last modified: 2020/06/07 17:37 by justin