View Single Post
  #13  
Old 03-31-2018, 07:12 PM
Kami-sama Kami-sama is offline
Approved Member
 
Join Date: Oct 2015
Posts: 14
Default

As I'm taking a break from the game I thought to post all the missions I managed to start:

Triada bad ending final mission
Code:
do
ClearQuests();
QuestStart("mission_19b");
Long_Jump("el_ariash");
end;
Triada Intuition ending final mission
Code:
do
ClearQuests();
QuestStart("mission_17b_1");
Long_Jump("x220");
end;
Old Empire Viper final mission
Code:
do
ClearQuests();
QuestStart("mission_18a");
Long_Jump("earth");
end;
Old Empire Trump final mission
Code:
do
ClearQuests();
QuestStart("mission_20a");
Long_Jump("nk");
end;
New Empire final mission
Code:
do
ClearQuests();
SetQuestLabel("EridanPermit","yes");
QuestStart("mission_16c");
Long_Jump("eridan");
end;
New Empire coalition final mission
Code:
do
ClearQuests();
SetQuestLabel("TrampShip", "Lion_Tramp");
QuestStart("mission_19c");
Long_Jump("nk");
end;
Pilots note
All final missions except one can be played with any pilots. The New Empire coalition final mission however requires you to have the storyline's pilots (Sedoy, Lastochka2, Che, Kalem, Alexandra) or else only the Intuition choice will work.
Reply With Quote