Aschbourne_PRC8/_module/nss/shrine_good.nss
Jaysyn904 f5ffe7d0b9 Module commit
Module commit.
2024-06-14 10:48:20 -04:00

17 lines
480 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName altar_evil
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 01/01/2004 20:57:32
//:://////////////////////////////////////////////
int StartingConditional()
{
// Restrict based on the player's alignment
if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_EVIL)
return FALSE;
return TRUE;
}