SetWorkingForPlayer(object)

Specifies the PC name the henchman is working for.

void SetWorkingForPlayer(
    object oPC
);

Parameters

oPC

Player the henchman is working for.


Description

Sets a local variable of (NW_L_HIRED + the tag of the henchman) to 10.



Remarks

Script: nw_i0_henchman.nss: Line: 116


Requirements

#include "nw_i0_henchman"

Version

1.29

See Also

functions: GetFormerMaster | GetWorkingForPlayer | SetFormerMaster
categories: Henchmen/Familiars/Summoned Functions | Local Variables Functions


 author: Jody Fletcher