9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
int iResult;
|
|
|
|
iResult = (GetFactionLeader(oPC) == oPC);
|
|
return iResult;
|
|
}
|