ord4511 Posted January 16, 2009 Share Posted January 16, 2009 hi im new to modding and am having trouble linking multiple turrets to a single terminalcan anybody tell me how to do this as everything that ive tried fails and only one turret is controlled by the terminal thanks in advance Link to comment Share on other sites More sharing options...
teddybearman Posted January 17, 2009 Share Posted January 17, 2009 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 More sharing options...
teddybearman Posted January 17, 2009 Share Posted January 17, 2009 My bad, I actually originally posted this similar question on the Beth forums http://www.bethsoft.com/bgsforums/index.ph...=929231&hl= Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.