Hey guys,
"‹This is probably an easy question, but I cant seem to figure it out....
"‹I see that in the tasks for a pause, it is just the number 500.
"‹It says also you can use for ogscript "return 500; //wait 0.5 seconds"
"‹however when I try to use that command, as below, it isn't working....
return 500;
rosstalk.sendMessage('localhost', 7788, 'TAKE 990:1:-1');
"‹It's just not doing anything. And If I just type 500 as a line of text it does nothing.
"‹What am I doing wrong?
"‹I just want to set pauses in ogscript.
"‹Thanks!