Author Topic: Weapons Mess. Solved.  (Read 2604 times)

0 Members and 1 Guest are viewing this topic.

Well i found that conveniant to have a file per ship or weapon, i didn't knew about a tbm number limitation before :D
$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1

 

Offline Dragon

  • Citation needed
  • 212
  • The sky is the limit.
One ship and one weapon TBM per spieces/faction/country should be enough, while still being manageable (unless the setting is really unusual).
That's how I do it, anyway.

  
Well i merged all my tbm in :
cap-shp.tbm for all my cap ships
and fgtr-shp.tbm for all fighters/bombers alike.
$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1