11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (GetAlignmentGoodEvil(oPC) == ALIGNMENT_EVIL) return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|
||
|
|