int StartingConditional()
{
    if (GetLocalInt(OBJECT_SELF, "Gold") == 0) return TRUE;
    return FALSE;
}