How to search for a called function?

XanMag
10 Nov 2015, 04:49This is idiotic, I know, but I have to ask it...
Near the end of X2, I have a function that is supposed to run that is called 'execution'. For the life of me, I cannot find it in my mass of GUI junk or in code (and there is a LOT of it). Is there a way to search for the script that calls the function 'execution'. Or, is there a way to search for the script that unlocks a locked exit named 'commonlock'?
Thanks again!
XanMag
Near the end of X2, I have a function that is supposed to run that is called 'execution'. For the life of me, I cannot find it in my mass of GUI junk or in code (and there is a LOT of it). Is there a way to search for the script that calls the function 'execution'. Or, is there a way to search for the script that unlocks a locked exit named 'commonlock'?
Thanks again!
XanMag
HegemonKhan
10 Nov 2015, 07:08just open the file up in a text software (such as notepad++), and use its 'find' functionality 

The Pixie
10 Nov 2015, 07:39Or go to Tools - Code view and use the search functionality there (press CTRL-F).

XanMag
11 Nov 2015, 21:14Bingo! That's a great feature to know about when you're dealing with a gigantic game!
Thanks again!
Thanks again!
HegemonKhan
11 Nov 2015, 22:55quest has a built-in search-find feature, awesome!