Hi,
I’m sure this is something simple, but if someone could point me in the right direction that’d be great.
I’ve been trying to create a script that pulls the current time and turns it into a variable, the problem is the variable keeps updating as the time changes, where as I need it to remain static as the time that is was when the variable was first created…
it’s just a simple:
var theTime = today.getTime();
Much appreciated. :hugegrin: