Are you creating OMODs or OMOD-Ready Archives for posting on the Internet and using OBMM scripting to help ensure a smooth installation?
You'd better make sure that the script functions you're using are actually available in the version of OBMM being used to install your mod. Not everyone uses the latest version of OBMM like I do.
DON'T WORRY
I've already done all that research on my Script History page.
EXTRA BONUS
You don't have to drudge through your script comparing each function to my Script History research notes. I've created a basic Script Analyzer that will try it's best to do that for you and recommend the minimum version of OBMM that is necessary to run your script without any problems AND it will even crank out the code for you to copy/paste at the top of your script.
Script Analyzer
NOTE: This analyzer is not perfect since all it does is search for string patterns in decending order. As soon as it finds a match, it stops and displays the version of OBMM required for the function keyword it found. The problem is that it can find the keyword "For" in a comment or in a text string. If it looks fishy, simply visit the Script History page and lookup the result yourself. The biggest problem with this tool is the "Select" keyword since it was recently modified, it is now one of the first things searched for an MANY other fuctions contain "Select" as part of their word. I try to get around it by search for "Select " with a space but it's not 100% foolproof.