problem with [pipe]
Not sure if this has come up before. Sorry, if so:
Heavy __delay cannot convert argument "delay" with value "f" to type float: could not convert string to float: f
Got this issue in my latest upload. The pipe has, in all three cases, two arguments, e.g. "f 200".
What does the "f" argument do? Pipe only takes a numeric delay argument, no?
f stands for float. If you look at the help file for pipe, it shows that you can put other arguments before the last argument to specify the type(s) of values being passed through (and also to pass through multiple values).
But if that's the problem, I can remove the f, as I'm only passing through one value anyway.
🤔 is this in Vanilla too? Our pipe will pass through arbitrary messages. Just pass the numeric delay argument.
Yeah, I'm using Vanilla. But yeah, that was the problem, thanks.