Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arma_editing:missions:framework:gear [2017/11/21 00:47]
Theowningone
arma_editing:missions:framework:gear [2017/11/22 14:57] (current)
Line 97: Line 97:
  
   * ''​primaryWeapon[] = {};''​ This soldier will not get a primary weapon.   * ''​primaryWeapon[] = {};''​ This soldier will not get a primary weapon.
 +
 +
   * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle"​};''​ This soldier will get an ''​rhs_weap_m16a4_carryhandle''​   * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle"​};''​ This soldier will get an ''​rhs_weap_m16a4_carryhandle''​
 +
 +
   * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle",​ "​rhs_weap_m16a4_carryhandle_grip"​};''​ This soldier will get a ''​rhs_weap_m16a4_carryhandle''​ or a ''​rhs_weap_m16a4_carryhandle_grip''​   * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle",​ "​rhs_weap_m16a4_carryhandle_grip"​};''​ This soldier will get a ''​rhs_weap_m16a4_carryhandle''​ or a ''​rhs_weap_m16a4_carryhandle_grip''​
 +
 +
   * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle",""​};''​ This soldier has a chance to not get a primary weapon.   * ''​primaryWeapon[] = {"​rhs_weap_m16a4_carryhandle",""​};''​ This soldier has a chance to not get a primary weapon.
 +
 +The list of properties supporting randomization are as follows:
  
   * ''​primaryWeapon''​   * ''​primaryWeapon''​
  • Last modified: 6 years ago
  • (external edit)