RemoveHenchman
From NWN Lexicon
Contents |
[edit] RemoveHenchman(object, object)
Removes the henchmen from the employ of a PC.
void RemoveHenchman( object oMaster, object oHenchman = OBJECT_SELF );
[edit] Parameters
oMaster
The master PC with an attached henchman.
oHenchman
The henchman to remove. (Default: OBJECT_SELF)
[edit] Description
Removes oHenchman from the service of oMaster, returning them to their original faction.
[edit] Version
1.22
[edit] See Also
functions: |
author: Charles Feduke, editor: Tom Cassiotis