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