I don’t really know what to put this under (please give suggestions) however I was wondering how I can replace lines of code using find/replace.
What is happening is I have a butterfly brain script and I cloned the butterfly models a ton however all the scripts have a print statement which I forgot to delete.
Instead of having to delete all the carefully placed butterflies, I want to use find/replace
Here is the print statement in the find/replace.
How do I replace the print(pos) with nothing (or blank)
