2026/02/06 Update
Updated NWNxEE. Full compile.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
//#include "en3_prcclsconst"
|
||||
#include "prc_inc_racial"
|
||||
#include "utl_i_sqluuid"
|
||||
#include "inc_2dacache"
|
||||
|
||||
string GetClass(object oPC);
|
||||
string GetClassByPos(object oPC, int iPos);
|
||||
@@ -303,7 +304,19 @@ switch (GetClassByPosition(iPos,oPC))
|
||||
return sClass;
|
||||
}
|
||||
|
||||
string GetRace(object oPC)
|
||||
string GetRace(object oPC)
|
||||
{
|
||||
string sRace = GetSubRace(oPC);
|
||||
|
||||
if (sRace == "")
|
||||
{
|
||||
sRace = GetStringByStrRef(StringToInt(Get2DACache("racialtypes", "Name", MyPRCGetRacialType(oPC))));
|
||||
}
|
||||
|
||||
return sRace;
|
||||
}
|
||||
|
||||
/* string GetRace(object oPC)
|
||||
{
|
||||
string sRace;
|
||||
|
||||
@@ -324,7 +337,7 @@ if (sRace == "")
|
||||
}
|
||||
|
||||
return sRace;
|
||||
}
|
||||
} */
|
||||
|
||||
void GetKiller()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user