
i want to take the value that i set for a timer into a variable inside the script, something like:
timer = { 'every x minutes' }
...
local dt = time_Of_The_Timer -- (x).
i know i can do this manually when i set the value of the timer (but i'm kinda lazy) so i want this to be done automatically when i change 'x', in case i forget to change dt also. is there a way to do this?