int StartingConditional() { if (GetResRef(OBJECT_SELF)=="smith") return TRUE; return FALSE; }