Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

19 lines
474 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_otherdw
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/24/2005 11:45:09 AM
//:://////////////////////////////////////////////
#include "prc_inc_racial"
int StartingConditional()
{
// Reject player races
if(MyPRCGetRacialType(GetPCSpeaker()) == RACIAL_TYPE_DWARF)
return FALSE;
return TRUE;
}