7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
void main()
|
||
|
{
|
||
|
string sSubRace = GetSubRace(GetPCSpeaker());
|
||
|
if (sSubRace == "") sSubRace = "No subrace";
|
||
|
SetCustomToken(101, sSubRace);
|
||
|
}
|