Finding object or alterable value references in code
This is a question about the tool, not game coding. My game is getting large. I'd like to find all the places where I use a particular alterable value/string of an object. Or sometimes all the places where I use the object. I can click on an object in the Event editor column headers to see all actions I've written on that object (which is nice!), but it doesn't show me things like where I've used a value in another object's action.
This is a related question: is there any way to export the game code as text?
Thanks!