Uniquely id a player?
 dimecoin                
                
                    Member Posts: 15
dimecoin                
                
                    Member Posts: 15                
            
                    In NWN, we used to be able to link a player by their CD key and/or server vault name.  I think both of those have changed.  How do I keep track of a player's characters in EE?                
                0        
             
                                
Comments
` string sPCKey = GetPCPublicCDKey(oPC, TRUE);`
void main() { object oPC = GetLastUsedBy(); string sKey = GetPCPublicCDKey(oPC, TRUE); SendMessageToPC(oPC, sKey); }