8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
#include "quest_inc"
|
|
int StartingConditional()
|
|
{
|
|
string sDB = CharacterDB(GetPCSpeaker());
|
|
if (GetCampaignInt(sDB, "QUEST_COMPLICATION") == 2) return TRUE;
|
|
return FALSE;
|
|
}
|