Purposefully Raising Error in JSL
I have been searching the forum and scripting index for a way to do this but have not found anything to accomplish what I am trying to do. I am looking for something that has similar functionality to Python's "Raise" function. Or essentially the same functionality as the Try Throw statements but without a JSL exception being raised. For example I am writing a function that requires the user to e...