ACE3/addons/movement/XEH_preInit.sqf

11 lines
129 B
Plaintext
Raw Normal View History

2015-01-18 05:45:28 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2015-01-18 05:45:28 +00:00
PREP(getWeight);
PREP(canClimb);
PREP(climb);
PREP(handleClimb);
2015-01-29 07:38:46 +00:00
ADDON = true;