8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
|
#include "x4_inc_functions"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
string sDB = CharacterDB(GetPCSpeaker());
|
||
|
if (GetCampaignString(sDB, "QUEST_NPC_TYPE") == "rogue") return TRUE;
|
||
|
return FALSE;
|
||
|
}
|