find where an attribute is changed
When I first started working on my game, several years ago, I changed an attribute just prior to the start of the game. I can now not find where I made that change. Is there a way to search for a text string in the code? I need to find where I change a number. Thanks
Comments
What I do is go to the attribute panel, select it and press the 'delete' key. That should cause a warning prompt that also shows you in which actor that attribute is used. You can then adjust it there. Hope this helps!
That worked. Thanks.