int StartingConditional() { int iResult; if (GetEncounterActive(GetObjectByTag("jw_min_golem_control"))) { iResult=TRUE; } return iResult; }