PennController for IBEX › Forums › Support › Can we randomize time with newTimer() ? › Reply To: Can we randomize time with newTimer() ?
March 21, 2022 at 5:25 pm
#7933
Jeremy
Keymaster
Add newVar("practiceRTs").set( [] ) ,
before jump(startsWith("p_trial"))
to reset the Var element, and yes, if you drop /1000
you will have a value in seconds rather than in milliseconds
Jeremy