Finished PRC8 integration
Finished PRC8 integration. Moved creature abilities to top hak. Setup tooling. Created release archive
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 13/08/2002 15:46:13
|
||||
//:://////////////////////////////////////////////
|
||||
#include "prc_inc_racial"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Reject player races
|
||||
if(GetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HALFORC)
|
||||
if(MyPRCGetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HALFORC)
|
||||
return FALSE;
|
||||
|
||||
// Reject other races
|
||||
|
||||
Reference in New Issue
Block a user