17 lines
474 B
Plaintext
17 lines
474 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_testchaotic
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/21/2002 9:32:45 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Restrict based on the player's alignment
|
|
if(GetAlignmentLawChaos(GetPCSpeaker()) != ALIGNMENT_CHAOTIC)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|