$@MinuteType = 0; // 0 to Enable $@MinuteChoice input for Hourly, 1 to Enable more directive input of minutes 1-60 respectively. $@MinuteChoice = 3600 * 2; // 1 = 1 hour, 2 = 2 hour, 3 = 3 hour etc. $@MinuteChoice2 = 50; // 50 Minutes for Daily Reward $@MinuteRate = 60 * $@MinuteChoice; $@MinuteRate2 = $@MinuteChoice2;