#include "mn_i_checkrank" int StartingConditional() { int iResult; iResult = d100(1) <= 10 && ( CheckRank(GetPCSpeaker()) == 0 ); return iResult; }