How to search for a called function?

XanMag
10 Nov 2015, 04:49
This 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

HegemonKhan
10 Nov 2015, 07:08
just open the file up in a text software (such as notepad++), and use its 'find' functionality ;)

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

XanMag
11 Nov 2015, 21:14
Bingo! That's a great feature to know about when you're dealing with a gigantic game!

Thanks again!

HegemonKhan
11 Nov 2015, 22:55
quest has a built-in search-find feature, awesome!