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