Author Topic: 4x beam turrets  (Read 1149 times)

0 Members and 1 Guest are viewing this topic.

HI,
I've looked at the weapon table wiki page and i could not find a usefull flag for that (or i miss it)
I have some turrets with 4 firing points, i've assigned a beam to those turret and i'd like to sync them
i.e : When the turret shot, the 4 firing point shoot the beam at the same time.
Is there any trick for this or should i forgot this?


$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
Subsystem flag, "salvo mode"
Do not meddle in the affairs of coders for they are soggy and hard to light

 
Yes, the subsystem, i forgot about that!
Thanks, that did the trick!
$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1