Files
HeroesStone_PRC8/_module/nss/hc_id.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

9 lines
155 B
Plaintext

//hcr3
// common function to return unique id for a pc.
string GetsID(object oPC)
{
string sID = GetName(oPC) + GetPCPlayerName(oPC);
return sID;
}