generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
11
_module/nss/vtw_elf.nss
Normal file
11
_module/nss/vtw_elf.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "prc_inc_spells"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if(MyPRCGetRacialType(GetPCSpeaker()) == RACIAL_TYPE_ELF)
|
||||
return TRUE;
|
||||
if(MyPRCGetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HALFELF)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user