forward MinutaFunc(); public MinutaFunc() { gettime(Hours, Minutes); if(Hours == 23 && Minutes == 59){ VipCount(); } return 1; }