Ancordia_PRC8/_module/nss/quest_hasbguards.nss

12 lines
241 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
#include "x0_i0_henchman"
#include "x4_inc_functions"
int StartingConditional()
{
object oPC = GetPCSpeaker();
string sDB = CharacterDB(oPC);
if (GetCampaignInt(sDB, "QUEST_COMPLICATION") == 0) return FALSE;
return TRUE;
}