Initial Commit
Initial Commit
This commit is contained in:
10
_module/nss/quest_isransresc.nss
Normal file
10
_module/nss/quest_isransresc.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "x4_inc_functions"
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (GetLocalObject(OBJECT_SELF, "oPC") != oPC) return FALSE;
|
||||
if (GetLocalInt(OBJECT_SELF, "RansomQuest") == FALSE) return FALSE;
|
||||
if (GetLocalInt(OBJECT_SELF, "Rescued") == FALSE) return FALSE;
|
||||
if (GetIsInCombat(oPC) == TRUE) return FALSE;
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user