Battledale_PRC8/_module/nss/tri_checkevil.nss

17 lines
466 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName tri_checkevil
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7.1.2004 23:59:34
//:://////////////////////////////////////////////
int StartingConditional()
{
// Restrict based on the player's alignment
if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_EVIL)
return FALSE;
return TRUE;
}