How to search for a called function?

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

just open the file up in a text software (such as notepad++), and use its 'find' functionality ;)

Or go to Tools - Code view and use the search functionality there (press CTRL-F).

Bingo! That's a great feature to know about when you're dealing with a gigantic game!

Thanks again!

quest has a built-in search-find feature, awesome!