Jump to content

Home

Ebon Hawk compartments


Darth Cryptic

Recommended Posts

Is there already script in TSL that triggers and spawns the hidden compartments What's his name, the former owner of the Hawk, talks about on Nar Shadda? If so, what do you have to say/do to trigger them? If not, is there a mod that puts them in?

 

When talking to Ratrin on NarShadaa he mentions the hidden compartment,it is supposed to trigger next time entering the EH. But the script is broken and it works only about half the time. it only spawns a hidden compartment in the room where Visas is.

Link to comment
Share on other sites

Here is the source code for anyone that would like to simply compile it themselves (compile instructions can be found in the Scripting sub-forum)

void main() {
\\  if (GetLoadFromSaveGame()) {
   if (GetGlobalNumber("003EBO_Hatch")==1) {
     if (!(GetIsObjectValid(GetObjectByTag("EboHiddenContainer")))) {
       CreateObject(OBJECT_TYPE_PLACEABLE,"inveb001",GetLocation(GetWaypointByTag("WP_HIDDEN_CONTAINER")));
     }
   }  
 \\}
}

Put the .ncs file in your Override when you're finished and off you go :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...