Why not:
Code:
public SomethingNotImportant( )
{
if ( somethingevenlessimportant || somethinglessimportantthanabove )
g_FmSetModelForwardId = register_forward( FM_SetModel, "_FM_SetModel" )
}
But your method would hypothetically work, you would just have to be careful because SetModel < > might be called before SomethingNotImportant.