Script: q_ftr_c_s1w
// The Unbroken Shield -- Fighter line I (roadmap: fighter-line-early)
// StartingConditional: oath taken but not yet level 8 -- "come back grown".
#include "q_ftr_inc"
int StartingConditional()
{
object oPC = GetPCSpeaker();
return FTR_GetStage(oPC) == 1 && GetHitDice(oPC) < FTR_LVL_NODE2;
}