int StartingConditional() { string sTag; sTag = GetTag(GetArea(OBJECT_SELF)); if (sTag == "TheAbyss") return TRUE; return FALSE; }