Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
28
_module/nss/qst_pris_1.nss
Normal file
28
_module/nss/qst_pris_1.nss
Normal file
@@ -0,0 +1,28 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oHench;
|
||||
object oPC;
|
||||
int iReturn;
|
||||
|
||||
oPC=GetPCSpeaker();
|
||||
|
||||
iReturn = FALSE;
|
||||
|
||||
oHench = GetHenchman(oPC,1);
|
||||
if (GetLocalInt(oHench,"Freed") == 1)
|
||||
iReturn = TRUE;
|
||||
|
||||
oHench = GetHenchman(oPC,2);
|
||||
if (GetLocalInt(oHench,"Freed") == 1)
|
||||
iReturn = TRUE;
|
||||
|
||||
oHench = GetHenchman(oPC,3);
|
||||
if (GetLocalInt(oHench,"Freed") == 1)
|
||||
iReturn = TRUE;
|
||||
|
||||
oHench = GetHenchman(oPC,4);
|
||||
if (GetLocalInt(oHench,"Freed") == 1)
|
||||
iReturn = TRUE;
|
||||
|
||||
return iReturn;
|
||||
}
|
Reference in New Issue
Block a user