Starting something => Releasing it.Quote:
I have to check again the file but i think is because they didn't finish in that version what they want.
DarkOrbit Programmers are very good :D
Code:
private function assembleDisplayMessage(param1:Array) : void
{
var _loc_5:* = null;
var _loc_2:* = param1[3];
var _loc_3:* = int(param1[4]);
var _loc_4:* = BPLocale.getText(param1[5]);
if (param1[6] != undefined)
{
_loc_5 = TextReplacementList.parseRawTextReplacement(param1[6]);
_loc_4 = _loc_5.replace(_loc_4);
}
this.main.getGuiManager().addNotification(_loc_4);
return;
}// end function