-------------------------------------------------------------------------------- -- Handler.......... : onInit -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function OSVMain.onInit ( ) -------------------------------------------------------------------------------- -- Create HUD -- hud.newTemplateInstance ( this.getUser ( ), "OSVControls", "controls" ) -- Load scene -- application.setCurrentUserScene ( "OSVScene" ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------