SetWorkingForPlayer
From NWN Lexicon
Contents |
[edit] SetWorkingForPlayer(object)
Specifies the PC name the henchman is working for.
void SetWorkingForPlayer( object oPC );
[edit] Parameters
oPC
Player the henchman is working for.
[edit] Description
Sets a local variable of (NW_L_HIRED + the tag of the henchman) to 10.
[edit] Remarks
Script: nw_i0_henchman.nss: Line: 116
[edit] Requirements
#include " nw_i0_henchman "
[edit] Version
1.29
[edit] See Also
functions: |
author: Jody Fletcher