sk13
New Member
Posts: 2
|
Post by sk13 on Jan 9, 2021 6:32:47 GMT
Hi! I am trying to code a VAAST with images. I followed the instructions in the manual, but I keep getting this error code for pretty much every line.
ERROR: unknown_option in line: 350 >>> save BLOCKORDER BLOCKNAME @4 @7 &randomfix &key1 &key2 &acc RT Problem: You use an option that does not exist at all. Could it be that you have misspelled the option?
It goes away when I put "#" before each line (not sure if that's actually good to do or not though)
But then I still get this:
ERROR: need_block You have not defined any block in your script. You need to have at least one block. The block section tells the computer how many trials of a task need to be done, etc. For example, in the following code, the task "exampleTask" will be carried out 10 times:
I'm not sure how to adjust it even with the instructions provided with the error code because I thought the script already had blocks integrated.
Any tips for a super newbie? Thanks a million in advance!
|
|
sk13
New Member
Posts: 2
|
Post by sk13 on Jan 10, 2021 7:38:36 GMT
Okay I figured out what was wrong. In case it helps anyone else, the spaces (as in enter key) in the script matter. My copy and paste didn't include those but once I put them back in it worked.
|
|