Initial Commit
Initial Commit
This commit is contained in:
7
_module/nss/hench_notmaster.nss
Normal file
7
_module/nss/hench_notmaster.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
// this checks to see if the henchman is considered currently
|
||||
if (GetMaster(OBJECT_SELF) != GetPCSpeaker()) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user