ACE3/addons/sitting/XEH_preInit.sqf

15 lines
206 B
Plaintext
Raw Normal View History

2015-06-07 20:00:43 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(canSit);
PREP(canStand);
PREP(getRandomAnimation);
PREP(handleInterrupt);
PREP(hasChairMoved);
2015-06-08 21:25:15 +00:00
PREP(moduleInit);
2015-06-07 20:00:43 +00:00
PREP(sit);
PREP(stand);
ADDON = true;