I want it to skip over ever line until it gets to "cube {", and then skip over every line until it gets to "origin { (10 -5 6) }", and then "scale { 15 15 15 }". Then I want to store those numbers in variables.
What I've run into, is how do I compare part of a string to another, and how do I get those numbers.
This works to find the " cube {" line, but how do I find the "origin { (10 -5 6) }" line. I can't do it the same way because the numbers will be different every time.