PGCC_PRC8/_module/nss/vat_displayrace.nss

7 lines
150 B
Plaintext
Raw Permalink Normal View History

2024-10-09 14:17:22 -04:00
void main()
{
string sSubRace = GetSubRace(GetPCSpeaker());
if (sSubRace == "") sSubRace = "No subrace";
SetCustomToken(109, sSubRace);
}