Jump to content

Recommended Posts

Posted

hi all,

 

To the devs: since Lockon has Lua script support, would it be possible to have mission triggers ( for example, USFlight1 destroyed so USFlight2 takes off ) with Lua scripts?

 

We could have the "mission1.mis" file, and maybe an option in Lockon to have triggers, and it would make a "mission1.lua" file. In the file, we could have functions like

 

 

function LoMissionTime( minutes )

end

function LoFlightDestroyed( string )

 if ( string == "USFlight1" ) then
   LoFlightSpawn( "USFlight2" );
 end

end

-- and so on

 

This is just an idea, I really don't think we'd see this in 1.1, but it would be nice in later versions.[/code]

sig36aa.jpg
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...