Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
17 lines
482 B
Plaintext
17 lines
482 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(GetAlignmentLawChaos(GetPCSpeaker()) != ALIGNMENT_LAWFUL)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|