PGCC_PRC8/_module/nss/vtw_isgnome.nss

9 lines
130 B
Plaintext
Raw Normal View History

2024-10-09 14:17:22 -04:00
int StartingConditional()
{
if(GetRacialType(GetPCSpeaker()) == RACIAL_TYPE_GNOME)
return TRUE;
return FALSE;
}