int StartingConditional() { if (GetLocalInt(OBJECT_SELF,"joined")!=1) { return TRUE; } else { return FALSE; } }