|
Post by randomcode on Apr 6, 2020 22:57:18 GMT
what does this code mean?
set $nogodelay random 100 450 50
I am using the stop signal task. It's usually made for 500 ms. I need it to be 1000ms. So i guess I have to change the nogodelay as well but I don't understand this code.
|
|
|
Post by JR on Apr 7, 2020 11:28:18 GMT
If I'm not mistaken, this selects a random number between 100 and 450, in intervals of 50, for the variable $nogodelay. You can get lots of very helpful info on the scripting functions by clicking the "scripting syntax tab" link above the scripting box in Psytoolkit (leads to this page: www.psytoolkit.org/doc2.6.1/syntax.html). Very helpful for learning about scripting.
|
|