This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:setunitammoware [2024/09/18 18:11] – More Programming Notes section added Fireswamp | 4rpl:commands:setunitammoware [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 51: | Line 51: | ||
| ===== More Programming Notes ===== | ===== More Programming Notes ===== | ||
| - | Do not use SetUnitAmmoWare on a unit that does not have an ammo bar, this includes | + | In game version 2.5.1 and earlier, **__do |
| Attempting to run SetUnitAmmoWare on one of these units causes one of the following to occur: | Attempting to run SetUnitAmmoWare on one of these units causes one of the following to occur: | ||
| Line 58: | Line 58: | ||
| Details of what settings cause one error or the other is not yet understood. | Details of what settings cause one error or the other is not yet understood. | ||
| - | For units in a CPACK, the relevant setting is Settings > Interface > Show unit ammo bar; if you want to modify the ammo type of that unit, ensure this setting is enabled. | + | For units in a CPACK, the relevant setting is Settings > Interface > Show unit ammo bar; if you want to modify the ammo type of that unit with 4rpl, ensure this setting is enabled. |
| < | < | ||