Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/ro_h_pchashench.nss
Normal file
12
_module/nss/ro_h_pchashench.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//checks if PC already has henchman
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
// Inspect local variables
|
||||
|
||||
if (!(GetIsObjectValid(GetHenchman(GetPCSpeaker()))))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user