Aantioch_Infernum/_module/nss/dwarf_merc_ck.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

14 lines
232 B
Plaintext

#include "prc_inc_racial"
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (MyPRCGetRacialType(oPC) == RACIAL_TYPE_HALFELF || RACIAL_TYPE_HALFORC || RACIAL_TYPE_HUMAN || RACIAL_TYPE_ELF)return TRUE;
return FALSE;
}