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