17 lines
452 B
Plaintext
17 lines
452 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName tuck_chekchcost1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/13/2002 10:00:27 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetHitDice(GetPCSpeaker()) == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|