buzz456 wrote:Somebody save me from embarrassment here.
I have to smirk, sorry. I know that MadMike has an answer, I just can remember what that answer is.
... and I should since I was up with him the night he did what he did... whatever it was.
... err... I just thought of something. Try adding this to the LUA:
Call( "ActivateNode", "logo", 0 )
so.... it should look something like this..
- Code: Select all
function Initialise ()
-- Turn off "surge" at start.
Call( "Exhaust1a:SetEmitterActive", 0 )
Call( "Exhaust2a:SetEmitterActive", 0 )
Call( "Exhaust3a:SetEmitterActive", 0 )
Call( "Exhaust4a:SetEmitterActive", 0 )
gPrevRPM = 0
gPrevRPMDelta = 0
-- turn off the logo
Call( "ActivateNode", "logo", 0 )
Call( "BeginUpdate" )
end