generated from Jaysyn/ModuleTemplate
9 lines
155 B
Plaintext
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;
|
|
}
|