mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fee65cd56f
*Added configs for the new marksmen scopes *Introduced minor and major steps *Introcuded a new increment config (ACE_ScopeAdjust_Increment) *Changed the default zero range to 100m *Added a zero reference setting *Added an interaction menu entry to update the zero reference setting
17 lines
255 B
Plaintext
17 lines
255 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(adjustScope);
|
|
PREP(adjustZero);
|
|
PREP(applyScopeAdjustment);
|
|
PREP(canAdjustZero);
|
|
PREP(firedEH);
|
|
PREP(getOptics);
|
|
PREP(inventoryCheck);
|
|
PREP(showZeroing);
|
|
|
|
GVAR(fadeScript) = scriptNull;
|
|
|
|
ADDON = true;
|