Author Topic: -sudz- Mission scripting lauguage?  (Read 923 times)

Offline soda72

  • Platinum Member
  • ******
  • Posts: 5201
-sudz- Mission scripting lauguage?
« on: April 03, 2008, 12:21:12 PM »
Is there any plans to add in the ability to do scripting for a mission?

For example at the end of the mission if I wanted to check to see if the mission obejctive was completed then display a different text event based on whether an objective was achieved something like:

if(flight_objective_complete==true){
  sendTxt('Good job');
}else{
  sendTxt('You stink');
}


Offline -sudz-

  • Nickel Member
  • ***
  • Posts: 609
Re: -sudz- Mission scripting lauguage?
« Reply #1 on: April 03, 2008, 01:16:59 PM »
There aren't any plans currently to do what you're suggesting.