Command:addtic

From BattletechMUX

Jump to: navigation, search
SoftCode Section Navigation


Syntax: addtic <num> <weapnum [,weapnum] | lownum-highnum >

This command adds a weapon or weapons to the specified TIC.

Arguments:

  • num - valid TIC's are 0 through 3
  • weapnum - this is the number for the weapon as shown in by the status command. More that one weapon can be specified by separating the weapnums with commas.
  • lownum-highnum - this adds weapons from lownum to highnum inclusive.

Example:
Given an EXT-4D there are 3 ways to add the 4 mediumlasers to one TIC.

  • Individually:
 >addtic 0 0
 Weapon #0 added to TIC 0!
 >addtic 0 1
 Weapon #1 added to TIC 0!
 <etc>
 
  • Individually in one command:
 >addtic 0 0,1,2,3
 Weapon #0 added to TIC 0!
 Weapon #1 added to TIC 0!
 Weapon #2 added to TIC 0!
 Weapon #3 added to TIC 0!
 
  • Inclusively:
 >addtic 0 0-3
 Weapons #0 - #3 added to TIC 0!
 

Image:Eyes-lf.gif See Also: deltic,cleartic,listtic
clients
development