int StartingConditional() { int iResult; iResult = FALSE; if (GetLocalInt(GetModule(),"Easy") == 1) iResult = TRUE; return iResult; }