User Tools

Site Tools


add_party_member

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
add_party_member [2020/02/19 15:58] justinadd_party_member [2020/06/07 17:29] justin
Line 2: Line 2:
 ---- ----
  
-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.+Adds a [[character|character]] to the player's party. Currently, party members will only appear in tactical turn-based battles to aid the player in combat.
  
 ====Signature:==== ====Signature:====
Line 10: Line 10:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|model_name|[[Character]] model to use for the new party member.|[[String]]|Yes| +|model_name|[[character|Character]] model to use for the new party member.|[[string|String]]|Yes| 
-|member_id|Unique member ID that will be assigned.|[[String]]|Yes|+|member_id|Unique member ID that will be assigned.|[[string|String]]|Yes|
  
 <WRAP center round info 100%> <WRAP center round info 100%>
-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.+The [[remove_party_member|Remove Party Member]] function can be triggered later to remove a [[character|character]] that was previously added to the party with the Add Party Member function.
 </WRAP> </WRAP>
  
Line 21: Line 21:
 add_party_member("sarah_character", "Sarah") add_party_member("sarah_character", "Sarah")
 </code> </code>
-//Results:// The [[character]] "sarah_character" will be added to the player's party and assigned a member ID of "Sarah".+//Results:// The [[character|character]] "sarah_character" is added to the player's party and assigned a member ID of "Sarah".
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-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.+Use the **Add Party Member** function to have an [[npc|NPC]] join the player's party after choosing a certain [[dialogue|dialogue]] option or completing a quest for them.
 </WRAP> </WRAP>
  
Line 32: Line 32:
 <WRAP half column> <WRAP half column>
 ====Editor Node:==== ====Editor Node:====
-{{:wiki:add_party_member_node.png?nolink|}}+{{:add_party_member_node.png?nolink|}}
 </WRAP> </WRAP>
  
add_party_member.txt · Last modified: 2021/04/21 18:57 by justin