how about
void Main()
{
if(iInitializing()){
iEscKeyDisable();
}
}
the initialization block enable one time execution of code at the startup of a script...
--Mike
void Main()
{
if(iInitializing()){
iEscKeyDisable();
}
}
the initialization block enable one time execution of code at the startup of a script...
--Mike