This line of code is part of an alias for an idle check

scon -at1 inc % $+ $(a |,0) if ($idle > 3600) inc % $+ b

thing is, i have made a dialog with a few options here and there, and have an editbox to place an idle time

ie; i put it in minutes, '60'

and a var will be set %idle 60 so this line will be

scon -at1 inc % $+ $(a |,0) if ($idle > %idle) inc % $+ b

but idle will now set me away after 60 seconds instead of 1 hour, how would i get around that?
thanks in advance