17 lines
474 B
Plaintext
17 lines
474 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName chk_ali_chaotic
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 11/8/2002 1:58:15 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Restrict based on the player's alignment
|
||
|
if(GetAlignmentLawChaos(GetPCSpeaker()) != ALIGNMENT_CHAOTIC)
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|