Say I have an object that I don't need anymore and I want to delete it. However, I am worried that it may still be used somewhere in my game (in events, actions, conditions, be part of a family etc).
Is there a way to quickly find all references and mentions of this object in C2 project?
I have over 30 event sheets and searching them one by one takes a lot of time...
Of course I can save my game as a folder project and search all .xml files for the object name, but I wish there was an easier way.