mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
c29ae977fc
* Documentation - Merge ACEX * Only show ACEX prefix note on framework pages * Documentation - Use ACEX prefix in Fortify events See #8553 * Cleanup acex from config.yml * English is weird Co-authored-by: PabstMirror <pabstmirror@gmail.com>
30 lines
754 B
Markdown
30 lines
754 B
Markdown
---
|
|
layout: wiki
|
|
title: Sitting
|
|
description: Ability to sit on chairs.
|
|
group: feature
|
|
category: interaction
|
|
parent: wiki
|
|
mod: acex
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
redirect_from: "/wiki/featurex/sitting.html"
|
|
---
|
|
|
|
## 1. Overview
|
|
Adds the ability to sit on chairs.
|
|
|
|
## 2. Usage
|
|
Please note that to be able to use this function the sitting module need to be placed down (or set to 1 in the server config).
|
|
|
|
### 2.1 How to sit / stand up
|
|
- Look at the chair and press the interaction key <kbd>Ctrl</kbd>+<kbd>⊞ Win</kbd> (ACE3 default).
|
|
- Select `Sit Down`.
|
|
- To stand up press the self interaction key <kbd>⊞ Win</kbd> (ACE3 default) and select `Stand Up`.
|
|
|
|
## 3. Dependencies
|
|
|
|
{% include dependencies_list.md component="sitting" %}
|