Hi,
I'm using
remoteExec [cutText[_msg,'BLACK FADED'],_clientID];
but when I try to run it, it says
|#|remoteExec [cutText[_msg,'BLACK FADED'],_clientID];
Error Type Any, expected String
any ideas?
It still runs fine, just I still get the error because cutText[_msg,'BLACK FADED'] is classed as Any instead of a String.