12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
#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;
|
|
}
|