int StartingConditional() { string sItemType = GetLocalString(OBJECT_SELF, "ITEM_TYPE"); if (sItemType == "HELMET") { return TRUE; } return FALSE; }