Use the file "ManualIgnition.lua" if you want to add this script to your mod.

Note: Hud will only show if you have this mod in your folder!

When adding this script to an mod then you will also need to add these lines below to your modDesc.

    <inputBindings>
		<input name="MANUAL_IGNITION_1" category="VEHICLE" key1="KEY_y" key2="KEY_KP_period" button="BUTTON_7 BUTTON_11" device="0" mouse="" />
    </inputBindings>
	
    <l10n>
        <text name="MANUAL_IGNITION_1">
            <en>Start key for manual ignition</en>
            <de>Start-Taste fr manuelle Zndung</de>
        </text>
        <text name="MANUAL_IGNITION_2">
            <en>Start Engine!</en>
            <de>Motor starten!</de>
        </text>
        <text name="MANUAL_IGNITION_3">
            <en>Preheating before start!</en>
            <de>Vorglhen vor dem Start!</de>
        </text>
        <text name="MANUAL_IGNITION_4">
            <en>Start engine!</en>
            <de>Starten Sie den Motor!</de>
        </text>
        <text name="MANUAL_IGNITION_5">
            <en>Wait for the pre heater to finish!</en>
            <de>Warten Sie, bis das Vorwrmen beendet ist!</de>
        </text>
        <text name="MANUAL_IGNITION_6">
            <en>Start preheating engine</en>
            <de>Vorwrmen starten</de>
        </text>
        <text name="MANUAL_IGNITION_7">
            <en>Your out of fuel!</en>
            <de>Ihre aus Kraftstoff!</de>
        </text>
    </l10n>