AddToParty(object, object)
From NWN Lexicon
Jump to navigationJump to searchAdds a PC to the party of another PC.
Parameters
- oPC
- Player to add to a party
- oPartyLeader
- Player already in the party
Description
Add oPC to oPartyLeader's party. Both the oPC and oPartyLeader must be valid PCs for this function to work properly.
Remarks
To have an NPC serve a PC use AddHenchman().
Version
1.22
See Also
functions: | RemoveFromParty |
author: Tom Cassiotis, editor: Charles Feduke