Jump to content

linking multiple turrets


ord4511

Recommended Posts

I had this problem several months ago and someone on these boards was able to answer the question for me. Essentially I had to create a custom terminal with custom scripts for each action. So what you need to do pretty much is give each of your turrets a unique reference ID and then duplicate an already existing turret terminal then modify the scripts for each menu options.

 

So like the Reconfigure Targetting Parameters scripts would be like so:

 

RefID1.damageAV braincondition 100
RefID2.damageAV braincondition 100

 

But replace the RefID1 and 2 with the IDs of your turrets. And you can add more in as you go.

 

Activate would be

 

RefID1.setUnconscious 0
RefID2.setUnconscious 0

 

and Deactivate would be

 

REFID1.stopCombat
REFID1.setUnconscious 1
REFID2.stopCombat
REFID2.setUnconscious 1

 

Not super detailed I know, but it's the quick version :P If you need more detail let me know and I'll try to write something better up or find my original post.

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...