PGCC_PRC8/_module/nss/vat_displaydeity.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

7 lines
138 B
Plaintext

void main()
{
string sDeity = GetDeity(GetPCSpeaker());
if (sDeity == "") sDeity = "No deity";
SetCustomToken(108, sDeity);
}