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