int StartingConditional() { int iResult; iResult = FALSE; if (GetLocalInt(OBJECT_SELF,"Reward") == 9) iResult = TRUE; return iResult; }