Here is what I managed to come up with, and attach in the conversation editor.
Code: Select all
int StartingConditional()
{
if(GetHitDice(GetPCSpeaker()) < 6)
return FALSE;
return TRUE;
}
Could someone point out what I need to do to make this work?