Hey.
Ok I am adding a timer and I am using a variable as the interval but I want to do some maths to it IE times it by 60000 to get it into milisecond format...
My script you enter the minutes into a box and click ok so lets say 1 it executes this...
code:
var Time = config.GetControlText("IntervalTime");
AddTimer("updatepm", Time * 60000 );
This gives me an error basically its meant to go Time (Usually 1 or similar) gets times by 60000 to give how many miliseconds...
Help please >.<
Thanks,
Kriogenic.