Updated scripts to use MyPRCGetRacialType

Updated scripts to use MyPRCGetRacialType.  Full compile.
This commit is contained in:
Jaysyn904
2022-09-28 21:36:29 -04:00
parent 8994c41256
commit 0b86a6485c
81 changed files with 142 additions and 74 deletions

View File

@@ -55,6 +55,7 @@
//
//
//////////////////////////////////////////////////////////////////////////////*/
#include "prc_inc_racial"
//void main (){}
@@ -339,7 +340,7 @@ void ms_Nomenclature(object oNPC = OBJECT_SELF)
string ms_RandomFirstName(object oNPC = OBJECT_SELF)
{
int Gender = GetGender(oNPC);
int Race = GetRacialType(oNPC);
int Race = MyPRCGetRacialType(oNPC);
string Name;
@@ -385,7 +386,7 @@ string ms_RandomFirstName(object oNPC = OBJECT_SELF)
string ms_RandomLastName(object oNPC = OBJECT_SELF)
{
int Race = GetRacialType(oNPC);
int Race = MyPRCGetRacialType(oNPC);
string Name;