Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/hench_paycheck.nss
Normal file
9
_module/nss/hench_paycheck.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
//Only proceed if PC actually paid for the henchman
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if ( GetLocalInt(oPC, "hench_notaffordable") != 0 )
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user