but has anyone got any vague ideas what the best way to format a getsecondspassed variable is into minutes?
E.g.
1320 seconds (22 minutes), displays as 1320... 1315... 1310... etc. I've tried the following, and it might just be because it's quite late, but...
if questTimer < 1 set questTimer to questTimer + GetSecondsPassed else set questTimerTotal to questTimerTotal - questTimer set questTimer to 0 if timerWorn == 1 showMessage countingTimer, questTimerTotal / 60 endif endifend
Adding the / 60 does zilch. It'll be something silly, I'm sure of it.