#
2.5 Modifying Scripts
When using a released mod, you don’t edit shipped scripts in place.
To change behavior, either:
- Patch globally with the
modded
keyword, or - Create a derived class and swap references in your prefab/world (opt-in).
For more info see Scripting: Conventions - Arma Reforger