Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/aligncheckgood.nss
Normal file
13
_module/nss/aligncheckgood.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetAlignmentGoodEvil(oPC) == ALIGNMENT_GOOD &&
|
||||
GetAlignmentLawChaos(oPC) == ALIGNMENT_LAWFUL)) return FALSE;
|
||||
|
||||
if (!(GetAlignmentGoodEvil(oPC) == ALIGNMENT_GOOD &&
|
||||
GetAlignmentLawChaos(oPC) == ALIGNMENT_NEUTRAL)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user