Hero192 Posted July 10, 2015 Share Posted July 10, 2015 (edited) Hello again, anyone can help me out on letting this script works only with Hours / Minutes not Days/Months.. i wish you give me an hand on it (i tried alone but i failed thats why im asking for supports),thanks ! Edited July 10, 2015 by Guest Link to comment
n3wage Posted July 10, 2015 Share Posted July 10, 2015 Remove this part: if ( hours >= 24 ) then hours = hours - 23 days = days + 1 if ( days >= 30 ) then days = days - 29 months = months + 1 end end From convertMinsToActualTime function. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now