17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName comax_damred
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1/12/2004 10:55:43 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (!GetHasFeat(FEAT_WEAPON_FOCUS_UNARMED_STRIKE, oPC))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|