17 lines
475 B
Plaintext
17 lines
475 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_priestchaotic
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/12/2002 4:38:08 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Restrict based on the player's alignment
|
|
if(GetAlignmentLawChaos(GetPCSpeaker()) != ALIGNMENT_CHAOTIC)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|