15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/12/2006 1:19:35 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Restrict based on the player's class
|
|
if(GetHitDice(GetPCSpeaker()) >= 20)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|