generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
7
_module/nss/vtw_isdrow.nss
Normal file
7
_module/nss/vtw_isdrow.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetSubRace(GetPCSpeaker()) == "Drow")
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user