Aces High Bulletin Board
General Forums => Staged Mission Editor => Topic started by: soda72 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');
}
-
There aren't any plans currently to do what you're suggesting.