Difference between revisions of "Good-secondary-time"

From FreeSpace Wiki
Jump to: navigation, search
(New page: Good-secondary-time forces the AI to use a specific secondary weapon (chosen from a limited list) against a specific ship when attacking that target. category: Retail SEXPs {{stub}})
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Good-secondary-time forces the AI to use a specific secondary weapon (chosen from a limited list) against a specific ship when attacking that target.
+
Set preferred secondary weapons
 +
This sexpression is used to inform the AI about preferred secondary weapons to fire during combat.
 +
When this expression is evaluated, any AI ships of the given team prefer to fire the given weapon at the given ship.
 +
(Preferred over other secondary weapons)
 +
 
 +
Takes 4 argument...
 +
1: Team name which will prefer firing given weapon
 +
2: Maximum number of this type of weapon above team can fire.
 +
3: Weapon name (list includes only the valid weapons for this expression
 +
4: Ship name at which the above named team should fire the above named weapon
 +
 
 +
==Comments==
 +
*Good-secondary-time forces the AI to use a specific secondary weapon (chosen from a limited list) against a specific ship when attacking that target.
 +
*Only secondary weapons that are marked as "Huge" in the weapon.tbl (or .tbm) will be listed.
  
 
[[category: Retail SEXPs]]
 
[[category: Retail SEXPs]]
 
{{stub}}
 

Revision as of 17:10, 28 April 2011

Set preferred secondary weapons
This sexpression is used to inform the AI about preferred secondary weapons to fire during combat.
When this expression is evaluated, any AI ships of the given team prefer to fire the given weapon at the given ship.
(Preferred over other secondary weapons)
Takes 4 argument...
1:	Team name which will prefer firing given weapon
2:	Maximum number of this type of weapon above team can fire.
3:	Weapon name (list includes only the valid weapons for this expression
4:	Ship name at which the above named team should fire the above named weapon

Comments

  • Good-secondary-time forces the AI to use a specific secondary weapon (chosen from a limited list) against a specific ship when attacking that target.
  • Only secondary weapons that are marked as "Huge" in the weapon.tbl (or .tbm) will be listed.