Moved to ACE3 in v3.14.0 (originally added in ACEX v3.2.0)

Sitting Framework

Component may use acex prefix in certain variables, events and class names for backwards compatibility!

1. Requirements

Object must have acex_sitting_canSit = 1 defined.

2. Config Values

class CfgVehicles {
    class MyChair {
        acex_sitting_canSit = 1;  // Enable sitting
        acex_sitting_sitDirection = 180;  // Direction relative to object
        acex_sitting_sitPosition[] = {0, -0.1, -0.45};  // Position relative to object (may behave weird with certain objects)
        acex_sitting_interactPosition[] = {0, -0.1, -0.45};
        ace_sitting_animations[] = {"ace_sitting_HubSittingChairA_idle1"}; // Overwrite random animation pool
    };
};