Soul1992 2 Posted August 5, 2015 I want that the 1.1 is an announce, but that gettime is not working. the announce comes every day..... - script Manager -1,{OnClock1500:if((gettime(6)==1) && (gettime(8)==1)) goto L_Januar; if((gettime(6)==2) && (gettime(8)==1)) goto L_Februar;// ========================================================================================================================// Januar// ========================================================================================================================L_Januar:announce "Januar!",bc_blue|bc_all;end; // ======================================================================================================================== // Februar // ======================================================================================================================== L_Februar: announce "Februar!",bc_blue|bc_all; end; } Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted August 5, 2015 - script Manager -1,{ OnDay0101: announce "Januar!",bc_blue|bc_all; end; OnDay0201: announce "Februar!",bc_blue|bc_all; end; OnDay0301: announce "März!",bc_blue|bc_all; end; OnDay0401: announce "April!",bc_blue|bc_all; end; OnDay0501: announce "Mai!",bc_blue|bc_all; end; OnDay0601: announce "Juni!",bc_blue|bc_all; end; OnDay0701: announce "Juli!",bc_blue|bc_all; end; OnDay0801: announce "August!",bc_blue|bc_all; end; OnDay0901: announce "September!",bc_blue|bc_all; end; OnDay1001: announce "Oktober!",bc_blue|bc_all; end; OnDay1101: announce "November!",bc_blue|bc_all; end; OnDay12901: announce "Dezember!",bc_blue|bc_all; end;} Quote Share this post Link to post Share on other sites
I want that the 1.1 is an announce, but that gettime is not working. the announce comes every day.....
}
Share this post
Link to post
Share on other sites