10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int skullkeep =GetCampaignInt("SK_Factions", "Skullkeep", GetPCSpeaker());
|
||
|
if (skullkeep < -5001)
|
||
|
return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
|
||
|
}
|