MetaPhaze
Joined: 03 Jun 2007 Posts: 30 Location: USA
|
Posted: Thu Feb 04, 2016 21:31 Post subject: Missing function in nwnx_chat.nss |
|
|
int NWNXChatGetPCID(object oSendTo)
{
int nID = GetLocalInt(oSendTo, PC_ID_NAME);
return nID;
}
this is what I got to compile, not sure if it's correct, or working, or not. |
|