Finished PRC8 integration
Finished PRC8 integration. Moved creature abilities to top hak. Setup tooling. Created release archive
This commit is contained in:
@@ -5,7 +5,22 @@
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 3.1.2004 20:17:29
|
||||
//:://////////////////////////////////////////////
|
||||
#include "prc_inc_racial"
|
||||
|
||||
//:: Returns TRUE if PC is a dwarf
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if(!(MyPRCGetRacialType(oPC) == RACIAL_TYPE_DWARF))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* int StartingConditional()
|
||||
{
|
||||
|
||||
// Reject player races
|
||||
@@ -61,4 +76,4 @@ int StartingConditional()
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user