Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/getishuman.nss
Normal file
18
_module/nss/getishuman.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName getishuman
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 4/17/2003 8:59:53 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "prc_inc_racial"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Reject player races
|
||||
if(MyPRCGetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HUMAN) // <-- This should be GetIsNotHuman!
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user