party_add(names[, player]) | ||
Parameters: | ||
names | (one or more strings) names of NPCs to add to the player's party | |
player | (string, optional) name of the player to add party members to (defaults to closest player) | |
Returns: | ||
none | ||
Description: | ||
Add members to the player's party. This function will automatically dismiss followers to make room for the specified NPCs. Example: party_add("NPC1", "NPC2", "NPC3") Adds three NPCs to the closeset player�s party, "NPC1", "NPC2", and "NPC3". | ||
back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:16 |