generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
16
_module/nss/vtw_isdrow.nss
Normal file
16
_module/nss/vtw_isdrow.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "prc_inc_racial"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (MyPRCGetRacialType(oPC) == RACIAL_TYPE_DROW_MALE || MyPRCGetRacialType(oPC) == RACIAL_TYPE_DROW_FEMALE)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* if(GetSubRace(GetPCSpeaker()) == "Drow")
|
||||
return TRUE; */
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user