why must you return true or false specifically??
why not in halfling detection simply write;
return ( GetRacialType (GetPCSpeaker()!= RACIAL_TYPE_HALFLING );
or when detecting phenotype on the next npc line;
return (GetPhenoType(GetPCSpeaker()) == PHENOTYPE_BIG);
why bother declaring variables if you dont need them?
Modifié par Roddish, 21 août 2011 - 07:46 .