Initial commit
Initial commit [1.18]
This commit is contained in:
11
_module/nss/s_isdarkelf.nss
Normal file
11
_module/nss/s_isdarkelf.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "prc_inc_racial"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetIsDM(GetPCSpeaker()))
|
||||
{ return TRUE; }
|
||||
string Subrace = GetStringLowerCase(GetSubRace(GetPCSpeaker()));
|
||||
if(GetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HALFDROW)
|
||||
{ return TRUE; }
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user