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