Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
9
nwnds_module/ds_vaalignck.nss
Normal file
9
nwnds_module/ds_vaalignck.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Restrict based on the player's alignment
|
||||
if(GetAlignmentGoodEvil(GetPCSpeaker()) == ALIGNMENT_EVIL)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user