7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
int StartingConditional()
|
|
{
|
|
string sDB = GetLocalString(GetModule(), "DB");
|
|
if (GetCampaignInt(sDB, "ALVERTON_SPECIAL") == FALSE) return TRUE;
|
|
return FALSE;
|
|
}
|